---
title: "Update Team Application"
method: PUT
path: "/api/v1/org/{orgId}/team/{teamId}/application"
tags: ["Organization Teams"]
---

# Update Team Application

`PUT /api/v1/org/{orgId}/team/{teamId}/application`

## Update Application Team

Changes the team that owns this application.

Only users that belong to this team can use this endpoint.

> 🧾 Audited
> This is recorded as `APPLICATION_MODIFIED` [User Activity](https://apidocs.stackhawk.com/reference/listauditactivity#user-activity-types).


> Requires `write:team` permission.

## Path parameters

- `orgId` string, uuid, required
- `teamId` string, uuid, required

## Request body

- OrganizationUpdateApplicationTeamRequest — Request to update or add an existing StackHawk Application to a team.
  - `applicationId` string — Id of the application to be updated.
  - `teamId` string — Team to add to application.

## Response `200`

OK

- OrganizationUpdateApplicationTeamResponse
  - `applicationTeam` ApplicationteamApplicationTeam
    - `applicationId` string — application id of the updated application
    - `organizationId` string — organization id of the updated application
    - `teamId` string — team id of the updated application

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.dev/stackhawk/apis/stackhawk-public-api.md) · [All operations](https://skmtc.dev/stackhawk/apis/stackhawk-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stackhawk/stackhawk-public-api/revisions/8252990ac9eb/schema)
