Folders
Update a folder in the current organization.
Path parameters
folder_idstringRequired
Body
anyOptional
Responses
200
Successful Response
application/json
Responseany
422
Validation Error
application/json
patch
PATCH /folders/{folder_id} HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
No content
Get all folders for the current user organization.
Args: offset (int): The offset of the folders to return as a number of rows. Defaults to 0. limit (int): The limit of the folders to return as a number of rows. Defaults to 100. query (str): The search query to filter folders by name. If provided, only folders whose names contain the query string will be returned.
Body
anyOptional
Responses
200
Successful Response
application/json
Responseany[]
422
Validation Error
application/json
post
POST /folders HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
[]
Was this helpful?