---
title: "Changes to Update or rotate credential"
method: PATCH
path: "/credentials/{credential_id}"
---

# Changes to Update or rotate credential

`PATCH /credentials/{credential_id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 85 revisions.

- **2026-08-05** `4d30025450c7` — 1 warning, 2 info
- **2026-07-31** `3746d110464c` — 1 info
- **2026-07-24** `7f8d4d76abcd` — 1 warning
- **2026-07-23** `e7b87904bdbb` — 1 info
- **2026-04-13** `76e8f6063728` — 16 breaking, 9 warning, 25 info

## Changes

- **2026-08-05** `4d30025450c7` — 1 warning, 2 info
  - added the new `sigv4` enum value to the `type` response property for the response status `200`
  - added `sigv4` mapping keys to the request discriminator
  - added `#/components/schemas/Sigv4UpdateRequest` to the request body `oneOf` list
- **2026-07-31** `3746d110464c` — 1 info
  - added the optional property `catalog_api_id` to the response with the `200` status
- **2026-07-24** `7f8d4d76abcd` — 1 warning
  - added the new `no_auth` enum value to the `type` response property for the response status `200`
- **2026-07-23** `e7b87904bdbb` — 1 info
  - added the optional property `created_by` to the response with the `200` status
- **2026-04-13** `76e8f6063728` — 16 breaking, 9 warning, 25 info
  - removed `#/components/schemas/BearerTokenUpdateRequest, #/components/schemas/ApiKeyUpdateRequest, #/components/schemas/BasicAuthUpdateRequest, #/components/schemas/OAuth2UpdateRequest` from the request body `oneOf` list
  - the request's body type/format changed from ``/`` to `object`/``
  - media type `application/problem+json` was changed to a more general media type `application/json` for the response status `422`
  - the response property `created_at` became optional for the status `200`
  - the response property `detail` became optional for the status `422`
  - response property `created_at` list-of-types was widened by adding types `null and number` to media type `application/json` of response `200`
  - response property `updated_at` list-of-types was widened by adding types `number` to media type `application/json` of response `200`
  - the `detail` response property's maxLength was unset from `4096` for the response status `422`
  - the `detail` response's property type/format changed from `string`/`` to `array`/`` for status `422`
  - the `updated_at/anyOf[subschema #1]/` response's property type/format changed from `string`/`date-time` to `number`/`` for status `200`
  - removed the required property `active` from the response with the `200` status
  - removed the required property `api` from the response with the `200` status
  - removed the required property `credential_id` from the response with the `200` status
  - removed the required property `name` from the response with the `200` status
  - removed the required property `provider` from the response with the `200` status
  - removed the required property `type` from the response with the `200` status
  - removed the optional property `code` from the response with the `422` status
  - removed the optional property `details` from the response with the `200` status
  - removed the optional property `errors` from the response with the `422` status
  - removed the optional property `instance` from the response with the `422` status
  - removed the optional property `provider_account_ref` from the response with the `200` status
  - removed the optional property `server_variables` from the response with the `200` status
  - removed the optional property `status` from the response with the `422` status
  - removed the optional property `title` from the response with the `422` status
  - removed the optional property `type` from the response with the `422` status
  - api operation id `updateCredential` removed and replaced with `patch_credentials__cid__patch`
  - the endpoint scheme security `HumanLogin` was added to the API
  - the endpoint scheme security `BearerAuth` was removed from the API
  - api tag `credentials` added
  - api tag `Credentials` removed
  - added the new optional request property `api_id`
  - added the new optional request property `auth_type`
  - added the new optional request property `identity`
  - added the new optional request property `label`
  - added the new optional request property `value`
  - removed request discriminator
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `403`
  - removed the non-success response with the status `404`
  - …10 more

---

[Operation](https://skmtc.dev/jentic/apis/jentic-control-plane-api/docs/credentials/:credential_id/patch.md) · [API](https://skmtc.dev/jentic/apis/jentic-control-plane-api.md) · [Page](https://skmtc.dev/jentic/apis/jentic-control-plane-api/changes/credentials/:credential_id/patch)
