Update Secret Value
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | uuid | The secret ID |
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
environment | string | Base environment | Target a specific environment |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
value | string | Yes | The new secret value |
Response
Errors
| Status | Type | Description |
|---|---|---|
| 400 | validation_error | Missing value field |
| 404 | not_found | Secret not found |