Confirmed users
36
edits
(Make the "id" field optional for compatibility with SSL Report submissions) |
(→POST/PUT Response codes: Added a description of when one might get a 400 response.) |
||
| Line 66: | Line 66: | ||
=== POST/PUT Response codes === | === POST/PUT Response codes === | ||
* '''200''' - OK. Request accepted into the pipeline. | * '''200''' - OK. Request accepted into the pipeline. | ||
* '''400''' - Bad request, for example an un-encoded space in the URL. | |||
* '''404''' - not found - POST/PUT to an unknown namespace | * '''404''' - not found - POST/PUT to an unknown namespace | ||
* '''405''' - wrong request type (anything other than POST/PUT) | * '''405''' - wrong request type (anything other than POST/PUT) | ||