Update an existing SERP keyword
URL
https://api.zoomrank.com/users/:user_id/serp/keywords/:id.xml
Supported formats
xml, json
Supported request methods
PUT
Example
Updates SERP keyword with ZoomRank ID 1200 for user with ZoomRank ID 1.
https://api.zoomrank.com/users/1/serp/keywords/1200.xml
Arguments
Argument | Description |
---|---|
keyword | The updated SERP keyword 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
<keyword> <category_id>1</category_id> <external_id>U1</external_id> </keyword>