|
|
@@ -521,7 +521,8 @@
|
|
|
},
|
|
|
"401": { "description": "Unauthorized" },
|
|
|
"403": { "description": "Forbidden" },
|
|
|
- "404": { "description": "Collection not found" }
|
|
|
+ "404": { "description": "Collection not found" },
|
|
|
+ "429": { "description": "Too Many Requests (rate-limited scoped key)" }
|
|
|
}
|
|
|
},
|
|
|
"post": {
|
|
|
@@ -603,7 +604,8 @@
|
|
|
},
|
|
|
"401": { "description": "Unauthorized" },
|
|
|
"403": { "description": "Forbidden" },
|
|
|
- "404": { "description": "Document not found" }
|
|
|
+ "404": { "description": "Document not found" },
|
|
|
+ "429": { "description": "Too Many Requests (rate-limited scoped key)" }
|
|
|
}
|
|
|
},
|
|
|
"put": {
|
|
|
@@ -622,7 +624,8 @@
|
|
|
"401": { "description": "Unauthorized" },
|
|
|
"403": { "description": "Forbidden" },
|
|
|
"404": { "description": "Collection not found" },
|
|
|
- "422": { "description": "Validation error" }
|
|
|
+ "422": { "description": "Validation error" },
|
|
|
+ "429": { "description": "Too Many Requests (rate-limited scoped key)" }
|
|
|
}
|
|
|
},
|
|
|
"patch": {
|
|
|
@@ -641,7 +644,8 @@
|
|
|
"401": { "description": "Unauthorized" },
|
|
|
"403": { "description": "Forbidden" },
|
|
|
"404": { "description": "Document not found" },
|
|
|
- "422": { "description": "Validation error" }
|
|
|
+ "422": { "description": "Validation error" },
|
|
|
+ "429": { "description": "Too Many Requests (rate-limited scoped key)" }
|
|
|
}
|
|
|
},
|
|
|
"delete": {
|
|
|
@@ -651,7 +655,8 @@
|
|
|
"200": { "description": "Document deleted" },
|
|
|
"401": { "description": "Unauthorized" },
|
|
|
"403": { "description": "Forbidden" },
|
|
|
- "404": { "description": "Document not found" }
|
|
|
+ "404": { "description": "Document not found" },
|
|
|
+ "429": { "description": "Too Many Requests (rate-limited scoped key)" }
|
|
|
}
|
|
|
}
|
|
|
},
|