applications
List all application revisions
get/applications/{applicationName}/revisions
Path parameters
applicationNamestring required
Name of the application
Response
successful operation
Example response
[
{
"envs": [
{
"name": "MY_ENV_VAR",
"secret": true,
"value": "my-value"
}
],
"memory": 2048,
"port": 8080
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.