POST
/
rpc
/
Collections
/
UpdateToken
curl --request POST \
  --url https://metadata.sequence.app/rpc/Collections/UpdateToken \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "projectId": 30957,
  "collectionId": 888,
  "tokenId": "200",
  "private": false,
  "token": {
    "tokenId": "201",
    "name": "Eclipse Dragon",
    "description": "Forged from starlight and shadows, the Eclipse Dragon emerges only during celestial alignments. Its obsidian scales shimmer with constellations, and its breath holds the power to bend time and space. Legends say that those who possess its essence gain unparalleled wisdom—though at the cost of fleeting moments lost to the void. Will you dare wield its mystic force?",
    "properties": {
      "element": "Shadow and Starlight",
      "rarity": "Legendary",
      "alignment": "Celestial",
      "age": "Ancient",
      "size": "Massive",
      "breath_power": "Time Distortion",
      "temperament": "Mysterious",
      "constellations_on_scales": 42,
      "last_seen": "During the Last Solar Eclipse"
    }
  }
}'
{
  "token": {
    "tokenId": "201",
    "name": "Eclipse Dragon",
    "description": "Forged from starlight and shadows, the Eclipse Dragon emerges only during celestial alignments. Its obsidian scales shimmer with constellations, and its breath holds the power to bend time and space. Legends say that those who possess its essence gain unparalleled wisdom—though at the cost of fleeting moments lost to the void. Will you dare wield its mystic force?",
    "image": "",
    "properties": {
      "age": "Ancient",
      "alignment": "Celestial",
      "breath_power": "Time Distortion",
      "constellations_on_scales": 42,
      "element": "Shadow and Starlight",
      "last_seen": "During the Last Solar Eclipse",
      "rarity": "Legendary",
      "size": "Massive",
      "temperament": "Mysterious"
    },
    "attributes": null,
    "updatedAt": "0001-01-01T00:00:00Z"
  }
}

Authorizations

Authorization
string
header
required

Secret JWT token for authenticating requests obtained from Sequence Builder - should not be exposed publicly.

Body

application/json
projectId
number
collectionId
number
tokenId
string
token
object
private
boolean

Response

200
application/json
OK
token
object