cURL
curl --request POST \ --url https://app.d-sports.org/api/admin/collectibles/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "publish" } '
Performs an action on a collectible. Currently supports ‘publish’.
Clerk session token. Use Authorization: Bearer .
publish
{ success, data: { success } }
Was this page helpful?