Skip to main content
POST
/
menu-layout
/
buttons
/
{button_id}
/
move-up
Move Button Up
curl --request POST \
  --url https://api.example.com/menu-layout/buttons/{button_id}/move-up \
  --header 'X-API-Key: <api-key>'
{
  "button_id": "<string>",
  "new_row_index": 123,
  "target_row_id": "<string>",
  "position": 123
}

Authorizations

X-API-Key
string
header
required

Path Parameters

button_id
string
required

Response

Successful Response

Ответ на перемещение кнопки.

button_id
string
required
new_row_index
integer | null
target_row_id
string | null
position
integer | null