POST
/
public_api
/
v1
/
0xgraph
/
create_tag
curl --request POST \
  --url https://devapi.0xgraph.xyz:10100/public_api/v1/0xgraph/create_tag \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "subgraph_name": "<string>",
  "version": "<string>",
  "tag": "<string>"
}'
[
  {
    "code": 123,
    "msg": "<string>",
    "data": {}
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200 - application/json
OK

The response is of type object[].