- Token Templates
- Update a token template
Token Templates
Update a token template
Update a token template by its template id.
PUT
/v1/apps/{appId}/token-templates/{tokenTemplateId}
appId*
tokenTemplateId*
curl --request PUT \
--url https://api.bitski.com/v1/apps/{appId}/token-templates/{tokenTemplateId} \
--header 'Content-Type: application/json' \
--data '{
"tokenTemplate": array of objects,
"error":
}'
curl --request PUT \
--url https://api.bitski.com/v1/apps/{appId}/token-templates/{tokenTemplateId} \
--header 'Content-Type: application/json' \
--data '{
"tokenTemplate": array of objects,
"error":
}'