v1

latestOpenAPI 3.0.12026-07-26152939.0 KB
folder

Add or update folder

post/thirdparty/v1/folder

Headers

access token in format: bearer TOKEN

Request body

idstring nullable
namestring nullable
parentIdstring nullable
countinteger
failedCountinteger
pausedCountinteger

Example request

{
  "id": "576b3f7e-e126-4e92-9b95-f72a8d187a18",
  "parentId": "576b3f7e-e126-4e92-9b95-f72a8d187a18"
}

Response

Success

idstring nullable
namestring nullable
parentIdstring nullable
countinteger
failedCountinteger
pausedCountinteger

Example response

{
  "id": "576b3f7e-e126-4e92-9b95-f72a8d187a18",
  "parentId": "576b3f7e-e126-4e92-9b95-f72a8d187a18"
}