Dapps
This is to toggle the dApps for a featured section. If these dapps are not listed in the featured section, they will be added. If they are already added, they will be removed.
If the section by the key does not exist, will return a HTTP 400 error.
The name of the developer (from GitHub)
r488itThe JWT access token of the developer (from Github) for user to server API Calls
ghu_cSB18uvyUKmNaC0adq3aAwIQTRY9U53RgMIThe GitHub ID of the developer
r4881tKey of the featured section where the dapp will be added.
curated-listList of dApp IDs that are part of this featured section. The dApp IDs should be the same as the ones in the dApp Store's dApps list. All the dApps in this list should be published.
example.store.dappUnique Id of a particular store. provide only if you want to add dapps to feature section in the particular store.
example.dappstoresuccessful operation
Invalid ID supplied
DApp not found
Validation exception
POST /store/featured/dapps HTTP/1.1
Host: api-a.meroku.store
Content-Type: application/json
Accept: */*
Content-Length: 213
{
"name": "r488it",
"email": "[email protected]",
"accessToken": "ghu_cSB18uvyUKmNaC0adq3aAwIQTRY9U53RgMI",
"githubID": "r4881t",
"sectionKey": "curated-list",
"dappIds": [
"example.store.dapp"
],
"storeKey": "example.dappstore"
}textLast updated