Skip to main content
PUT
/
user
/
collection
/
{id}
/
add
Add files to a collection
curl --request PUT \
  --url https://pria.praxislxp.com/user/collection/{id}/add \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'

Authorizations

Authorization
string
header
required

JWT token passed in authorization header

Path Parameters

id
string
required

Body

application/json
ids
string[]
required

Upload IDs to add to the collection

Response

200

Files added to collection