Skip to main content
PUT
/
user
/
collection
/
{id}
Update collection (rename, move vault)
curl --request PUT \
  --url https://pria.praxislxp.com/user/collection/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "institution": "<string>",
  "account_shared": true,
  "parent": "<string>"
}
'

Authorizations

Authorization
string
header
required

JWT token passed in authorization header

Path Parameters

id
string
required

Body

application/json
name
string
institution
string
account_shared
boolean
parent
string | null

New parent collection ID (null to move to root)

Response

200

Collection updated