Skip to main content
PUT
Update a card

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string<uuid>
required

Card ID Unique identifier

Body

application/json

Update Card

Card update params

display_name
string
required

Display name

Response

Updated

The response is of type string<string>.

Example:

"No Content"