Credentials
Update a credential
This endpoint updates a credential.
PATCH
Request parameters
string
required
The ID of the credential.
string
A name for your credential.
object
Metadata for the credential. This is a free-form object that you can use to store any additional information you want to associate with the credential.
Response fields
string
ID of the credential.
string
Provider of the credential (e.g.
github, stripe, etc). See the list of possible values.string
Kind of credential (e.g.
stripe_oauth, github, etc). See the list of possible values.object
Status of the credential. Learn more about the health object.
object
OAuth app associated to the credential. Learn more about the OAuth app object.
credential_properties
The properties for the credential. This field is polymorphic based on the credential kind. Learn more about credential properties.
string
Metadata for the credential. This is a free-form object that you can use to store any additional information you want to associate with the credential.
string
Timestamp of when the credential was created, in ISO 8601 format.
string
Timestamp of when the credential was last updated, in ISO 8601 format.

