modify

Edit position parameters.

Request format

https://adfox.yandex.com/api/v1
  ? object=position
  & action=modify
  & objectID=<integer>
  & [name=<string>]

objectID*

ID of the object that the action is performed on.

name

Object name.

An entry can contain Russian and Latin letters, numbers, and any special characters.

Response format

<response>
  <status>
    <code>{integer}</code>
  </status>
</response>

Response parameters

code

Request processing status. If the value is 0, the request was completed successfully. For the key, see Error handling.

Sample request and response

Request:

https://adfox.yandex.com/api/v1?object=position&action=modify&objectID=543&name=topline

Response:

<response>
  <status>
    <code>0</code>
  </status>
</response>

Other actions with the object

See more actions with the position object:

ID of the object that the action is performed on.

Object name.

An entry can contain Russian and Latin letters, numbers, and any special characters.

Required parameter.