---
title: "Updates an external application"
method: PUT
path: "/integrations/v1/apps/{app_id}"
tags: ["Apps"]
---

# Updates an external application

`PUT /integrations/v1/apps/{app_id}`

## Path parameters

- `app_id` string, required

## Request body

- S12IntegrationsAppV1PartnerIntegrationServiceUpdateApplicationBody
  - `app_name` string, required
  - `external_web_experience` S12IntegrationsAppV1RegisterApplicationTypeExternalWebExperience — Object that describes an external iframe with a list of allowed hosts
    - `allowlist_hosts` string[], required — the host that is intended to be the origin of the iframe. Ex: example.com

## Response `200`

A successful response.

- S12IntegrationsAppV1UpdateApplicationResponse

## Other responses

- `default` — An unexpected error response.

---

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