Settings
Global application configuration and environment settings.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Successful operation.
application/json
ipfsStorageApiKeystringRequired
operatorIdstringRequired
operatorKeystringRequired
401
Unauthorized request.
application/json
403
Forbidden
application/json
500
Internal server error.
application/json
get/settings
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
ipfsStorageApiKeystringRequired
operatorIdstringRequired
operatorKeystringRequired
Responses
204
Settings updated successfully. No response body.
No content
401
Unauthorized request.
application/json
403
Forbidden
application/json
500
Internal server error.
application/json
post/settings
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Successful operation.
application/json
stringOptional
401
Unauthorized request.
application/json
403
Forbidden
application/json
500
Internal server error.
application/json
get/settings/environment
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Successful operation.
application/json
versionstringRequiredExample:
Application version
2.8.1401
Unauthorized request.
application/json
403
Forbidden
application/json
500
Internal server error.
application/json
get/settings/about
Last updated