---
title: "Update platform credentials"
method: PATCH
path: "/v1/platform-credentials/{id}"
tags: ["Platform Credentials"]
---

# Update platform credentials

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

Updates existing platform credentials.

## Path parameters

- `id` string, required

## Request body

- object
  - `credentials` object — The updated platform-specific credentials
  - `isActive` boolean — Whether these credentials are active

## Response `200`

Successfully updated platform credentials

- object — Successfully updated platform credentials
  - `id` string
  - `organization_id` string
  - `platform` string
  - `credentials` object
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `is_active` boolean

## Other responses

- `403` — Default Response
- `404` — Default Response
- `500` — Default Response

---

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