1
0
mirror of https://github.com/twirl/The-API-Book.git synced 2025-06-06 22:16:15 +02:00
This commit is contained in:
Sergey Konstantinov 2022-01-29 17:19:13 +03:00
parent bdf3ced539
commit ac3d8fb822
2 changed files with 2 additions and 2 deletions

View File

@ -971,7 +971,7 @@ POST /v1/orders
"total": "9000.00" "total": "9000.00"
} }
→ 409 Conflict → 409 Conflict
// Error: munimal order sum // Error: minimal order sum
// is 10000 tögrögs // is 10000 tögrögs
{ {
"reason": "below_minimal_sum", "reason": "below_minimal_sum",

View File

@ -118,7 +118,7 @@ GET /v1/programs/{id}
``` ```
// Runs the specified program // Runs the specified program
// on the specefied coffee-machine // on the specified coffee-machine
// with specific parameters // with specific parameters
POST /v1/programs/{id}/run POST /v1/programs/{id}/run
{ {