Skip to content

Commit 2904644

Browse files
fix: delete method
1 parent 4bcaa7d commit 2904644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ To delete a key from a specific category, add `"category": "name"` to the JSON b
325325
Methods: DELETE
326326

327327
```bash
328-
curl https://shuffler.io/api/v1/orgs/{org_id}/delete_cache -H "Authorization: Bearer APIKEY" -d '{"org_id": "ORG_ID", "key": "hi"}'
328+
curl -X DELETE https://shuffler.io/api/v1/orgs/{org_id}/delete_cache -H "Authorization: Bearer APIKEY" -d '{"org_id": "ORG_ID", "key": "hi"}'
329329
```
330330

331331

0 commit comments

Comments
 (0)