Add example for GET /status

Signed-off-by: Shkar T. Noori <shkarface@gmail.com>
This commit is contained in:
Shkar T. Noori 2021-10-28 21:01:22 +03:00
parent 8c913e7670
commit 0b81885932
No known key found for this signature in database
GPG Key ID: E7AD76088FB6FE02

View File

@ -437,6 +437,16 @@ All web application are required to provide a `GET /status` endpoint with a simi
} }
``` ```
Example:
```json
{
"name":"simple-api",
"version":"0.1.0",
"startTime":"2021-10-28T14:49:08.06+00:00",
"host":"simple-api-deployment-c99cdcfdf-xrfh4"
}
```
## Software Application Specifications ## Software Application Specifications