---
title: "Updates a global text entry using patch semantics."
method: PATCH
path: "/global-text/{globalTextId}"
tags: ["GlobalText"]
---

# Updates a global text entry using patch semantics.

`PATCH /global-text/{globalTextId}`

## Path parameters

- `globalTextId` string, required

## Request body

- UpdateGlobalTextEndpointInput
  - `key` string — The new key for the global text entry.
  - `englishText` string — The new English source text for the global text entry.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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