For the complete documentation index, see llms.txt. This page is also available as Markdown.

Settings

Returns current settings.

get

Returns current settings. For users with the Standard Registry role only.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful operation.

application/json
ipfsStorageApiKeystringRequired
operatorIdstringRequired
operatorKeystringRequired
get
/settings

Set settings.

post

Set settings. For users with the Standard Registry role only.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
ipfsStorageApiKeystringRequired
operatorIdstringRequired
operatorKeystringRequired
Responses
post
/settings

No content

Returns current environment name.

get

Returns current environment name.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful operation.

application/json
stringOptional
get
/settings/environment

Returns package version.

get

Returns package version. For users with the Standard Registry role only.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful operation.

application/json
versionstringRequired

Application version

Example: 2.8.1
get
/settings/about

Last updated