Update Card Status
Updates the status of a card, identified by its unique identifier.
Authorizations
Enter your API key. It's required to authenticate API requests.
Path Parameters
The unique identifier of the card whose status is to be updated.
The new status to be assigned to the card. Represents the status of a card.
1, 2 1
Response
Card status updated successfully.
Schema representing the result of an API operation, including status and messages.
Indicates whether the API operation was successful (true) or not (false).
A user-friendly message describing the result of the operation, if applicable.
A system-level message providing additional details about the operation's result, often used for debugging or logging.
An optional code representing the result of the operation, which can be used for more granular handling of responses.