Chains
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestring · min: 1 · max: 100Required
urlany ofRequired
string · uriOptional
nullOptional
iconUrlany ofRequired
string · uriOptional
nullOptional
Responses
200
Successful response
application/json
400
Invalid input data
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
500
Internal server error
application/json
post
/chainsAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idinteger · max: 9007199254740991Required
Body
namestring · min: 1 · max: 100Required
urlany ofRequired
string · uriOptional
nullOptional
iconUrlany ofRequired
string · uriOptional
nullOptional
Responses
200
Successful response
application/json
400
Invalid input data
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
404
Not found
application/json
500
Internal server error
application/json
put
/chains/{id}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idinteger · max: 9007199254740991Required
Responses
200
Successful response
application/json
anyOptional
400
Invalid input data
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
404
Not found
application/json
500
Internal server error
application/json
delete
/chains/{id}No content
Last updated