curl --request PATCH \
--url http://localhost:8080/main-menu/buttons/{button_id} \
--header 'Content-Type: application/json' \
--data '
{
"text": "<string>",
"action_type": "url",
"action_value": "<string>",
"visibility": "all",
"is_active": true,
"display_order": 1
}
'{
"id": 123,
"text": "<string>",
"action_type": "url",
"action_value": "<string>",
"visibility": "all",
"is_active": true,
"display_order": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}curl --request PATCH \
--url http://localhost:8080/main-menu/buttons/{button_id} \
--header 'Content-Type: application/json' \
--data '
{
"text": "<string>",
"action_type": "url",
"action_value": "<string>",
"visibility": "all",
"is_active": true,
"display_order": 1
}
'{
"id": 123,
"text": "<string>",
"action_type": "url",
"action_value": "<string>",
"visibility": "all",
"is_active": true,
"display_order": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}1 - 64url, mini_app 1 - 1024all, admins, subscribers x >= 0Successful Response
url, mini_app all, admins, subscribers