Update folder

Update a folder's title or description

Path parameters

folder_idstringRequired
Folder ID

Headers

x-api-keystring or nullOptional
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Request

This endpoint expects an object.
titlestring or nullOptional1-255 characters
Folder title
descriptionstring or nullOptional
Folder description

Response

Successfully updated folder
titlestring1-255 characters
Folder title
folder_idstring
organization_idstring
created_atstringformat: "date-time"
modified_atstringformat: "date-time"
descriptionstring or null
Folder description
workflow_countinteger or nullDefaults to 0
Number of workflows in this folder

Errors