curl --request POST \
--url http://localhost:8080/menu-layout/rows/{row_id}/reorder-buttons \
--header 'Content-Type: application/json' \
--data '
{
"ordered_button_ids": [
"<string>"
]
}
'{
"row_id": "<string>",
"buttons": [
"<string>"
]
}Изменить порядок кнопок в строке.
curl --request POST \
--url http://localhost:8080/menu-layout/rows/{row_id}/reorder-buttons \
--header 'Content-Type: application/json' \
--data '
{
"ordered_button_ids": [
"<string>"
]
}
'{
"row_id": "<string>",
"buttons": [
"<string>"
]
}