Applications - Response Rules
Ordering Application Response Rules
Reorder all Rules for a specific Application owned by your account.
put/workspace/applications/{application_id}/response_rules/order
Path parameters
application_idinteger required
A unique integer value identifying the application.
Query parameters
searchstring
A search term.
Request body
Response
Application response rules order updated successfully.
Example response
{
"count": 123,
"total_pages": 10,
"page": 1,
"page_size": 10,
"next": "https://api.example.com/items?page=3",
"previous": "https://api.example.com/items?page=1"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.