mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-23 11:42:19 +00:00
45 lines
1023 B
YAML
45 lines
1023 B
YAML
name: general
|
|
description: ''
|
|
endpoints:
|
|
-
|
|
httpMethods:
|
|
- GET
|
|
uri: api/health
|
|
metadata:
|
|
groupName: general
|
|
groupDescription: ''
|
|
subgroup: ''
|
|
subgroupDescription: ''
|
|
title: health-check
|
|
description: ''
|
|
authenticated: false
|
|
custom: []
|
|
headers:
|
|
Content-Type: application/json
|
|
Accept: application/json
|
|
urlParameters: []
|
|
cleanUrlParameters: []
|
|
queryParameters: []
|
|
cleanQueryParameters: []
|
|
bodyParameters: []
|
|
cleanBodyParameters: []
|
|
fileParameters: []
|
|
responses:
|
|
-
|
|
status: 200
|
|
content: '{"success":true,"version":"2.1.0"}'
|
|
headers:
|
|
cache-control: 'no-cache, private'
|
|
content-type: application/json
|
|
x-ratelimit-limit: '60'
|
|
x-ratelimit-remaining: '59'
|
|
access-control-allow-origin: '*'
|
|
description: null
|
|
custom: []
|
|
responseFields: []
|
|
auth: []
|
|
controller: null
|
|
method: null
|
|
route: null
|
|
custom: []
|