mirror of
https://github.com/twirl/The-API-Book.git
synced 2025-06-06 22:16:15 +02:00
typos
This commit is contained in:
parent
bdf3ced539
commit
ac3d8fb822
@ -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",
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user