cURL
curl --request PUT \ --url https://api.coinfer.ai/base/user/token/{token_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "desc": "<string>", "expire": "2023-11-07T05:31:56Z" }'
{ "status": "<string>", "data": { "id": 123, "token": "<string>", "token_name": "<string>", "token_desc": "<string>", "token_expire": "2025-02-11T23:56:09.473Z" } }
Modify various property of a token.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
"ok"
Show child attributes