---
title: "Update my team invitation"
method: PUT
path: "/team-invites"
---

# Update my team invitation

`PUT /team-invites`

Update a team invitation that you have pending

## Request body

- UpdateMyTeamInvitationParams
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `accepted` boolean, required — Whether or not the invitation was accepted. If false, it's considered rejected.
  - `name` string, required — The name of the team invitation to update

## Response `200`

OK

- UpdateMyTeamInvitationResponse
  - `$schema` string, uri — A URL to the JSON Schema for this object.

## Other responses

- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/tower/apis/tower-api.md) · [All operations](https://skmtc.net/tower/apis/tower-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tower/tower-api/revisions/0e42b0fb26d9/schema)
