Skip to main content
POST
/
menu-layout
/
buttons
/
{button_id}
/
move-down
Move Button Down
curl --request POST \
  --url http://localhost:8080/menu-layout/buttons/{button_id}/move-down
{
  "button_id": "<string>",
  "new_row_index": 123,
  "target_row_id": "<string>",
  "position": 123
}

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