POST /requests/{requestId}/reloadApp
Reloads the app generated by the request
Reloads the generated app.
Path parameters
Name | Description | Type |
---|---|---|
requestId | The ID of a request |
String |
Request Body
JSON payload to send to RequestReloadApp
Responses
Name | Description | Type |
---|---|---|
200 | Successful response. |
RequestStateFull |
403 | Insufficient privilege to reload the generated app. User must be either owner of the request or the generated app. |
Error |
404 | Invalid request ID or generated app not found. |
Error |