Change card design description
Use case
Use case data
API parameters with values
Sample API call
Sample request
{
"description": "Black debit card"
}curl -L -X PUT 'https://card-api.sandbox.tuumplatform.com/api/v1/card-designs/BLK/description' \
-H 'x-tenant-code: MB' \
-H 'Accept-Language: en' \
-H 'x-auth-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJuYW1lIjoidGVzdCBrYXN1dGFqYSIsImVtcGxveWVlSWQiOiJJRC0xMTAwIiwidGVuYW50Q29kZSI6Ik1CIiwiZXhwaXJ5RFRpbWUiOiIyMDI1LTA4LTA3VDEwOjA2OjE2IiwiZXhwIjoxNzU0NTYxMTc2LCJyb2xlcyI6WyJBRE1JTiIsIlNZU1RFTSJdfQ.NA4fV5CeK6icLnvIDjZAtL6aF2gObwNyUGhQs-IxCF0' \
-H 'Content-Type: application/json' \
-d '{
"description": "Black debit card"
}'Sample response
Result
Last updated
Was this helpful?