---
title: "Update an invitation for Pack"
method: PUT
path: "/packs/{packId}/invitations/{invitationId}"
tags: ["Packs"]
---

# Update an invitation for Pack

`PUT /packs/{packId}/invitations/{invitationId}`

Update the access level of an existing Pack invitation.

## Path parameters

- `packId` integer, required
- `invitationId` string, uuid, required

## Request body

- UpdatePackInvitationRequest — Payload for updating a Pack invitation.
  - `access` 'none' | 'view' | 'test' | 'edit' | 'admin', required

## Response `200`

Confirmation of successfully updating a Pack invitation.

- UpdatePackInvitationResponse — Confirmation of successfully updating a Pack invitation.

## Other responses

- `400` — The request parameters did not conform to expectations.
- `401` — The API token is invalid or has expired.
- `403` — The API token does not grant access to this resource.
- `404` — The resource could not be located with the current API token.
- `429` — The client has sent too many requests.

---

[API](https://skmtc.net/coda/apis/superhuman-docs-api.md) · [All operations](https://skmtc.net/coda/apis/superhuman-docs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coda/superhuman-docs-api/versions/c65a8418f3c8/schema)
