ReorderRules

View as Markdown
Configures the rules' order in the <a href='https://manage.voximplant.com/applications'>Applications</a> section of Control panel. Note: the rules must belong to the same application! Allowed roles: `Owner`, `Admin`, `Developer`. **Example request:** Set the rule selection order: 1, 7, 3.

Authentication

AuthorizationBearer
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the `Authorization` header as a Bearer value: ``` Authorization: Bearer $VOXIMPLANT_TOKEN ``` See [Authorization](/api-reference/management-api/authorization) for ready-to-copy snippets in bash, Python, Node.js and Go that turn your `credentials.json` into a token.

Query parameters

rule_idlist of integersRequired

The rule ID list separated by semicolons (;)

Response

Successful response
resultinteger
Returns 1 if the request has been completed successfully