Scenarios can be grouped into folders for better organization. The following endpoints allow you to create and manage scenarios folders.
Deletes a scenario folder with a given ID and returns the ID in the response.
The unique ID of the scenario folder. It can be retrieved from the List scenarios folders endpoint.
1
Successful response
Retrieves a collection of all scenarios folders for a team with a given ID. Returned folders are sorted by name in ascending order.
Unique ID of the Team.
1
Successful response
Creates a new scenario folder with data passed in the request body. As the response, it returns all details of the created scenario folder.
The name of the scenario folder. The name must be at most 100 characters long and does not need to be unique.
The unique ID of the team in which the scenario folder will be created.
Created a Folder
Updates a scenario folder with a given ID by passing new values in the request body. Any property that is not provided will be left unchanged. In the response, it returns all details of the updated folder including properties that were not changed.
The unique ID of the scenario folder. It can be retrieved from the List scenarios folders endpoint.
1
The name for the updated scenario folder. The name must be at most 100 characters long and does not need to be unique.
Folder updated