Update Credential
Update Credential through the OMA API.
?beta=true.Authorizations
OMA workspace API key.
Path Parameters
Path parameter vault_id
Path parameter credential_id
Query Parameters
Selects the beta API contract for this endpoint. Must be true.
true Body
Updated human-readable name for the credential. 1-255 characters.
1 - 255"Example credential"
Metadata patch. Set a key to a string to upsert it, or to null to delete it. Omitted keys are preserved.
Updated authentication configuration. The type is immutable; the variant sent must match the stored credential's type.
- Option 1
- Option 2
- Option 3
Response
Successful response (OK)
A credential stored in a vault. Sensitive fields are never returned in responses.
vault_credential "vault_credential"
Unique identifier for the credential.
"vcrd_011CZkZEMt8gZan2iYOQfSkw"
Identifier of the vault this credential belongs to.
"vlt_011CZkZDLs7fYzm1hXNPeRjv"
Arbitrary key-value metadata attached to the credential.
A timestamp in RFC 3339 format
"2026-03-15T10:00:00Z"
A timestamp in RFC 3339 format
"2026-03-15T10:00:00Z"
When the credential was archived. Null if not archived.
null
Authentication configuration for this credential.
- Option 1
- Option 2
- Option 3
Human-readable name for the credential.
"Example credential"