---
title: "Update External API"
method: PATCH
path: "/ExternalApis"
tags: ["Externalapis"]
---

# Update External API

`PATCH /ExternalApis`

**Requires permission:** *IT*

Update a catalogue external API endpoint (path, display name, description, active).

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Request body

- PatchExternalApiRequest
  - `externalApi` ExternalApi
    - `externalApiId` string, guid
    - `path` string, nullable
    - `displayName` string, nullable
    - `description` string, nullable
    - `active` boolean

## Response `204`

Success - External API updated

## Other responses

- `400` — An Error Occurred - Could not update External API
- `401` — Unauthorized
- `403` — Forbidden

---

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