---
title: "Update part of a Platform"
method: PATCH
path: "/v1/platforms/{platform-id}"
tags: ["Platforms"]
---

# Update part of a Platform

`PATCH /v1/platforms/{platform-id}`

## Path parameters

- `platform-id` string, required — Unique identifier for the platform

## Request body

- UpdatePlatformRequest
  - `legalEntityName` string — The officially registered name of the business as recorded in legal or governmental registries.

## Response `200`

Platform updated successfully

- PlatformDetails
  - `id` string, required — Unique identifier for the platform
  - `pspId` string — Unique identifier for the PSP
  - `externalPlatformReference` string, required — Unique reference, assigned by external client.
  - `legalEntityName` string, required — The officially registered name of the business as recorded in legal or governmental registries.
  - `createdAt` string, date-time, required — Timestamp when the resource was created. UTC timezone. Format YYYY-MM-DDTHH:MM:SS.ssssssZ
  - `updatedAt` string, date-time, required — Timestamp when the resource was last updated. UTC timezone. Format YYYY-MM-DDTHH:MM:SS.ssssssZ

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Resource not found
- `405` — Method not allowed
- `409` — Resource conflict
- `429` — Too many requests
- `500` — Internal Server Error
- `504` — Gateway Timeout

---

[API](https://skmtc.net/ppro/apis/payment-charges.md) · [All operations](https://skmtc.net/ppro/apis/payment-charges/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ppro/payment-charges/versions/112e8bb4c815/schema)
