Skip to main content
POST
Move Folder

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string
required
id
string
required

Body

application/vnd.api+json

Request body for POST /api/teams/{team_id}/folders/{id}/move.

data
FolderMoveData · object
required

Response

Successful Response

Single-resource JSON:API response wrapping a FolderResource.

data
JsonApiResource[FolderAttributes] · object
required
included
any[] | null
meta
Meta · object | null