Skip to content

Updates a site number block.

Method update.site_blocks
Description Updates a site number block.
Who has access Agents and clients

Request parameters

Name Type Required Valid values Description
access_token string yes Access token used to authenticate the request.
id number yes Unique site number block ID.
name string no Site number block name.

Example request

{
  "jsonrpc": "2.0",
  "id": "number",
  "method": "update.site_blocks",
  "params": {
    "access_token": "string",
    "user_id": "number",
    "id": "number",
    "name": "string"
  }
}

Example response

{
  "jsonrpc": "2.0",
  "id": "number",
  "result": {
    "data": {},
    "metadata": "object"
  }
}

Possible errors

See the "Errors for update methods" section.