1
0
mirror of https://github.com/twirl/The-API-Book.git synced 2025-01-05 10:20:22 +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"
}
→ 409 Conflict
// Error: munimal order sum
// Error: minimal order sum
// is 10000 tögrögs
{
"reason": "below_minimal_sum",

View File

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