v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Cards

Update Card Status

Updates the status of a card, identified by its unique identifier.

post/v1/cards/{CardUniqueIdentifier}/status/{CardStatus}

Path parameters

CardUniqueIdentifierstring required

The unique identifier of the card whose status is to be updated.

CardStatus1 | 2 required

Represents the status of a card.

Example:1

The new status to be assigned to the card.

Response

Card status updated successfully.

Okboolean

Indicates whether the API operation was successful (true) or not (false).

Messagestring nullable

A user-friendly message describing the result of the operation, if applicable.

SystemMessagestring nullable

A system-level message providing additional details about the operation's result, often used for debugging or logging.

codestring nullable

An optional code representing the result of the operation, which can be used for more granular handling of responses.