curl --request PUT \
--url https://api.skyvern.com/v1/folders/{folder_id} \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"description": "<string>"
}
'{
"title": "<string>",
"folder_id": "<string>",
"organization_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"workflow_count": 0
}Update a folder’s title or description
curl --request PUT \
--url https://api.skyvern.com/v1/folders/{folder_id} \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"description": "<string>"
}
'{
"title": "<string>",
"folder_id": "<string>",
"organization_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"workflow_count": 0
}Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Folder ID
"fld_123"
Successfully updated folder
Response model for a folder