Skip to main content
PATCH
/
api
/
v1
/
credentials
/
:id
Update Credential
curl --request PATCH \
  --url https://api.example.com/api/v1/credentials/:id

Path Parameters

id
integer
required
The credential ID.

Request Body

Same fields as Create Credential, all optional.

Response

Returns the updated credential object.