cURL
curl --request PUT \ --url https://api.telaos.com/v1/folders/{id} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "color": "<string>" } '
{}
Update a folder’s name and/or color by its ID.
Schema for updating folder properties.
Attributes: name (str, optional): New name for the folder color (str, optional): New color code for the folder
Returns the updated folder object
The response is of type object.
object