Skip to main content
PUT
/
api
/
admin
/
collectibles
/
{id}
Update collectible
curl --request PUT \
  --url https://app.d-sports.org/api/admin/collectibles/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Clerk session token. Use Authorization: Bearer .

Path Parameters

id
string
required

Body

application/json

The body is of type object.

Response

{ success, data: { success } }