Skip to content

Update Card

POST/web/v1/slash/connections/{connectionBizId}/cards/updateJWT

Updates the properties of an existing card under the specified Slash connection.

Authentication

Requires a valid JWT token. Portal access: system, tenant.

Request Parameters

NameTypeRequiredInDescription
connectionBizIdStringYespathSlash connection business ID.
cardIdStringYesbodyThe card ID to update.
payloadObjectYesbodyUpdate payload forwarded to the Slash platform.

Success Response

Bad Request400
{
  "code": "4000",
  "message": "cardId must not be blank"
}

Error Responses

HTTP StatusCodeDescription
4004000Validation error (missing cardId or payload)
4014010Invalid or expired JWT token
4044040Card or connection not found

Notes

  • The cardId and payload fields are validated server-side. Both are required.
  • The payload object is forwarded to the Slash platform as-is.

Internal Documentation