Update an existing category
URL
https://api.zoomrank.com/users/:user_id/categories.xml
Supported formats
xml, json
Supported request methods
PUT
Example
Updates category with ZoomRank ID 1 for user with ZoomRank ID 1.
https://api.zoomrank.com/users/1/categories/1.xml
Arguments
Argument | Description |
---|---|
category | The updated category record sent in the request body. |
Response Codes
- 200 - Success
- 400 - Bad Request (Errors occurred while updating - See response body)
- 404 - No record found
Example Request Body
<category> <name>South East Market</name> </category>