- General
- Endpoints
Move Collection to Backlog
PUT
/collection/{collection_id}/backlog
Collection
Request
Path Params
collection_id
string
required
Header Params
x-api-key
string
required
Default:
{{api_key}}
x-api-env
string
required
Default:
{{api_env}}
Body Params application/json
position
integer
optional
Example:
13
related_collections
array[string <uuid>]
optional
Example:
["6c266875-53a4-4e13-8351-91eb87e0a0c6","a49d3a2f-e463-4f09-a178-2139a06d461f"]
Example
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.vplan.com/v1/collection//backlog' \
--header 'x-api-key;' \
--header 'x-api-env;' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢204No Content
text/plain
Body
object {0}
🟠412412
🟠422Unprocessable Content
🟠404Not Found
🟠401Not Logged In
Modified at 2024-10-04 09:04:55