Skip to main content
PUT
Update group share

Authorizations

Authorization
string
header
required

Personal access token, sent as Authorization: Bearer <token>.

Path Parameters

app_id
string
required

ID of the app.

share_id
string
required

ID of the share, as id in the response of List group shares.

Body

application/json
role
string | null

App role the group's members get, one of the roles defined on the app's User entity. Send null, or leave role out, to stop assigning a role, so members get the default user role.

Example:

"admin"

Response

The share with its new role.

id
string
required

ID of the share.

Example:

"68d1c2e4a9b7f3001e5c8a41"

role
string | null
required

App role the share now gives the group's members, or null when it assigns none.

Example:

"admin"