Skip to main content
PUT
/
v1
/
users
/
credentials
/
{cred_id}
{
  "code": "users.user_not_found",
  "message": "User not found"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cred_id
string<uuid>
required

Body

application/json

The body is of type any.

Response

Credential updated successfully