PUT /api/v1/secrets/{secret_id}
Update a custom secret. Updates the name and/or description of an existing custom secret. Returns: 200: Secret updated successfully 400: Secret name already exists 404: Secret not found 500: Error updating secret
Parameters
| Name | In | Type | Required | Description |
|---|
secret_id | path | string | yes | — |
Request body
| Field | Type | Required | Description |
|---|
name | string | yes | — |
description | `string | null` | no |
Responses
| Status | Description |
|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|
message | string | yes | — |
Operation ID: update_custom_secret_api_v1_secrets__secret_id__put