---
title: "Update Credential Secrets"
method: PATCH
path: "/api/v1/integrations/credentials/{credential_id}/secrets"
tags: ["Integration Credentials"]
---

# Update Credential Secrets

`PATCH /api/v1/integrations/credentials/{credential_id}/secrets`

## Path parameters

- `credential_id` string, uuid, required

## Request body

- UpdateWithoutChangingSecretsRequest
  - `credential_name` string, required — The name of the credential, used to identify it in the web UI
  - `credential_description` string, nullable, required — Short description of how to use the credential.

## Response `200`

Successful Response

- CommandWasSuccessfulResponse
  - `success` boolean
  - `message` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rebolt/apis/fastapi.md) · [All operations](https://skmtc.dev/rebolt/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rebolt/fastapi/revisions/ee5884f323f3/schema)
