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_MODIFIEDUser Activity.
Requires
write:teampermission.
Path parameters
orgIdstring · uuidrequiredUUID identifier for this StackHawk Organization.
teamIdstring · uuidrequiredUUID identifier for this StackHawk Team.
Body
applicationId
stringId of the application to be updated.
teamId
stringTeam to add to application.
Response
OK
applicationTeam
applicationteam.ApplicationTeamapplicationTeam
applicationteam.ApplicationTeamBad Request
Unauthorized