Dapp
If a dapp store want to change details of app(allowed only) for only their dapp store. Then they can change the values from here
Path parameters
storeKeystringRequired
dappIdstringRequired
Body
namestringRequiredExample:
The name of the developer (from GitHub)
r488itaccessTokenstringRequiredExample:
The JWT access token of the developer (from Github) for user to server API Calls
ghu_cSB18uvyUKmNaC0adq3aAwIQTRY9U53RgMIgithubIDstringRequiredExample:
The GitHub ID of the developer
r4881tResponses
200
Successful operation
application/json
Responsestring
400
Invalid ID supplied
404
DApp not found
405
Validation exception
put
/store/{storeKey}/dapp/{dappId}Last updated