Docs
Update Invitation Permissions
PUT /crew/{crewId}/invitation/permissions
PUT
/crew/{crewId}/invitation/permissionsRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
Silently edits the permission payload on an outstanding crew invitation (no signup yet). No invite email is re-sent. Once the invitee has signed up, the invitation is consumed — edit their permissions on the real permission rows via the permissions endpoint instead (this call returns 400 for a consumed member).
Requires EventAdmin permission on the event.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| crewId | Guid | Required | The crew row whose outstanding invitation to edit. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| permissions | string[] | Required | The full `Event.*` + `Collaborator.*` permission set to store on the invitation. |
Response
Returns 200 OK.