cURL
curl --request POST \ --url https://api.cekura.ai/test_framework/v1/scenarios/create_folder/ \ --header 'Content-Type: application/json' \ --header 'X-CEKURA-API-KEY: <api-key>' \ --data ' { "name": "<string>", "project_id": 123, "parent_path": "<string>" } '
{ "name": "<string>", "path": "<string>", "is_infrastructure_suite": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Create a new folder.
API Key Authentication. It should be included in the header of each request.
Serializer for creating a folder.
100
Serializer for ScenarioFolder.
300
Human-readable path with case preservation
Whether this folder contains infrastructure suite scenarios