Update collection (rename, move vault)
curl --request PUT \
--url https://pria.praxislxp.com/api/user/collection/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"institution": "<string>",
"account_shared": true,
"parent": "<string>",
"color": "<string>"
}
'Collections
Update collection (rename, move vault)
PUT
/
api
/
user
/
collection
/
{id}
Update collection (rename, move vault)
curl --request PUT \
--url https://pria.praxislxp.com/api/user/collection/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"institution": "<string>",
"account_shared": true,
"parent": "<string>",
"color": "<string>"
}
'Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT token passed in authorization header
Path Parameters
Body
application/json
Response
Collection updated
Was this page helpful?
⌘I