Update Server Credential

Update a server credential’s name, description, status, public config, or secrets.

Endpoint

credential_id
string
required
Server Credential UUID

Request Body

All fields are optional.
name
string
Updated credential name
description
string
Updated description
status
string
Set to inactive to disable without deleting
public_config
object
Updated public configuration
secrets
object
Updated secret values (only provided fields are updated)

Example Request

Response

Errors