Settings
/api/settings
Was this helpful?
/api/settings
Was this helpful?
Update server settings.
POST /api/settings HTTP/1.1
Host: api.rair.market
Content-Type: application/json
Accept: */*
Content-Length: 312
{
"onlyMintedTokensResult": true,
"demoUploadsEnabled": true,
"featuredCollection": "text",
"nodeAddress": "text",
"superAdmins": [
"text"
],
"darkModePrimary": "text",
"darkModeSecondary": "text",
"darkModeText": "text",
"buttonPrimaryColor": "text",
"buttonFadeColor": "text",
"buttonSecondaryColor": "text",
"superAdminsOnVault": true
}
OK
No content
Update settings for a specific blockchain.
POST /api/settings/{blockchain} HTTP/1.1
Host: api.rair.market
Content-Type: application/json
Accept: */*
Content-Length: 28
{
"display": true,
"sync": true
}
OK
No content