Update overview.mdx
This commit is contained in:
@@ -32,7 +32,7 @@ Note: Collection slugs must be formatted in kebab-case
|
||||
| `GET` | `/api/{collection-slug}/:id` | Find a specific document by ID |
|
||||
| `POST` | `/api/{collection-slug}` | Create a new document |
|
||||
| `PATCH` | `/api/{collection-slug}` | Update all documents matching the `where` query |
|
||||
| `PATCH` | `/api/{collection-slug}` | Update a document by ID |
|
||||
| `PATCH` | `/api/{collection-slug}/:id` | Update a document by ID |
|
||||
| `DELETE` | `/api/{collection-slug}` | Delete all documents matching the `where` query |
|
||||
| `DELETE` | `/api/{collection-sldug}/:id` | Delete an existing document by ID |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user