Tables¶
| A | not A |
|---|---|
| False | True |
| True | False |
| Treat | Quantity | Description |
|---|---|---|
| Albatross | 2.99 | On a stick! |
| Crunchy Frog | 1.49 | If we took the bones out, it wouldn’t be crunchy, now would it? |
| Gannet Ripple | 1.99 | On a stick! |
| Verb | URL | Action |
|---|---|---|
| POST | /folder | Creates a new document within the folder |
| GET | /folder/{document-id} | Request the current state of the document |
| PATCH | /folder/{document-id} | Update the document details |
| DELETE | /folder/{document-id} | Remove the document |