POST /requests/{requestId}/renameApp
Rename the app generated by the request
Renames the generated app.
Path parameters
| Name | Description | Type |
|---|---|---|
| requestId | The ID of a request |
String |
Request Body
JSON payload to send to RequestRenameApp
| Name | Type | |
|---|---|---|
| appName | RenameApp | Required |
Responses
| Name | Description | Type |
|---|---|---|
| 200 | Successful response - see request status in response. |
RequestStateFull |
| 403 | Insufficient privilege to rename 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 |