Confirmed users
920
edits
LesOrchard (talk | contribs) |
LesOrchard (talk | contribs) No edit summary |
||
Line 99: | Line 99: | ||
* <tt>404 Not Found</tt> - Resource not found. | * <tt>404 Not Found</tt> - Resource not found. | ||
* <tt>405 Method Not Allowed</tt> - The method specified is not applicable to the resource. | * <tt>405 Method Not Allowed</tt> - The method specified is not applicable to the resource. | ||
* <tt>409 Conflict</tt> - The request conflicts with the state of the resource. | |||
* <tt>410 Gone</tt> - Usually the status of a successful DELETE request. | * <tt>410 Gone</tt> - Usually the status of a successful DELETE request. | ||
* <tt>415 Unsupported Media Type</tt> - Request type not supported - generally only <tt>application/x-www-form-urlencoded</tt> is accepted. | * <tt>415 Unsupported Media Type</tt> - Request type not supported - generally only <tt>application/x-www-form-urlencoded</tt> is accepted. | ||
Line 162: | Line 163: | ||
** Content-Type: [[#Addon Collection]] | ** Content-Type: [[#Addon Collection]] | ||
===== POST - Add an addon to a collection ===== | ===== POST - Add an addon to a collection or overwrite existing details ===== | ||
* Request | * Request |