AddScenario
Authentication
Query parameters
The scenario text. Use the application/x-www-form-urlencoded content type with UTF-8 encoding. The length must be less than 128 KB
The rule name that can be used instead of rule_id
The scenario text. Use the application/x-www-form-urlencoded content type with UTF-8 encoding. The length must be less than 128 KB
The rule name that can be used instead of rule_id
Adds a new scenario to the Shared folder, so the scenario is available in all the existing applications. Please use the POST method.
When adding a scenario to the Shared folder, the application_id and application_name parameters should not be provided.
Allowed roles: Owner, Admin, Developer.
Example request: Add a new scenario: var s=‘hello’;
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:
See Authorization for ready-to-copy snippets in bash, Python, Node.js and Go that turn your credentials.json into a token.