Skip to content

Update Folder

PATCH
/folder/{folderId}

Updates an existing folder's configuration such as name or other properties.

Authorizations

BearerAuth

Enter your session token to authenticate API requests

TypeHTTP (bearer)

Parameters

Path Parameters

folderId*

The unique identifier of the folder to update

Typestring
Required

Request Body

application/json
JSON
{
"name": "string",
"parentId": 0
}

Responses

Folder successfully updated
application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License