Skip to content

Update Card

POST/web/v1/slash/connections/{connectionBizId}/cards/update JWT

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

Required Headers

HeaderExample ValueDescription
Content-Typeapplication/jsonRequest content type
Acceptapplication/jsonExpected response type
X-Client-HashClient device fingerprint
Accept-Languageen, zh, zh-Hant, ja, viResponse language (default: en)
AuthorizationBearerJWT access token
X-Workspace-IdTarget workspace ID

Request Parameters

NameTypeRequiredInDescription
connectionBizIdStringRequiredpathSlash connection business ID. Path parameter
cardIdStringRequiredbodyThe card ID to update. Request body field, must not be blank
payloadObjectRequiredbodyUpdate payload forwarded to the Slash platform. Request body field, must not be null

Success Response

Bad Request 400
{
  "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.

SlaunchX Internal Documentation