Store
Adding a new store
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_clhzH0E07dPHKLCxnIC3okyITV0BVk18XwkEgithubIDstringRequiredExample:
The GitHub ID of the developer
r488itorgstringOptional
The GitHub organization to fork the repo to.
Responses
200
Successful operation
application/json
Responsestring
400
Invalid ID supplied
404
DApp not found
405
Validation exception
post
/storeFor updating the existing store
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_clhzH0E07dPHKLCxnIC3okyITV0BVk18XwkEgithubIDstringRequiredExample:
The GitHub ID of the developer
r488itorgstringOptional
The GitHub organization to fork the repo to.
Responses
200
successful operation
application/json
Responsestring
400
Invalid ID supplied
404
DApp not found
405
Validation exception
put
/storeLast updated