For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update a collection user permission

patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
collectionIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
userIdstringRequired

The unique ID of the User

Body
rolestring · enum · nullableOptional

The role of a member in an organization, null for guests

Possible values:
Responses
204

User permission was updated

No content

patch/collections/{collectionId}/permissions/users/{userId}

No content

Last updated

Was this helpful?

Powered by GitBook