cURL
curl --request POST \ --url https://api.cekura.ai/test_framework/v1/scenarios/rename_folder/ \ --header 'Content-Type: application/json' \ --header 'X-CEKURA-API-KEY: <api-key>' \ --data ' { "path": "<string>", "project_id": 123, "name": "<string>" } '
{ "name": "<string>", "path": "<string>", "is_infrastructure_suite": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Rename folder and update descendant paths.
API Key Authentication. It should be included in the header of each request.
Current folder path. Example: "Sales.Inbound"
Project ID the folder belongs to
New name for the folder
Serializer for ScenarioFolder.
300
Human-readable path with case preservation
Whether this folder contains infrastructure suite scenarios