Generacion de docs
This commit is contained in:
34
docs/nfc-server/Health check.yml
Normal file
34
docs/nfc-server/Health check.yml
Normal file
@@ -0,0 +1,34 @@
|
||||
info:
|
||||
name: Health check
|
||||
type: http
|
||||
seq: 1
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: "{{baseUrl}}/health"
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
examples:
|
||||
- name: 200 Response
|
||||
description: Server is healthy
|
||||
request:
|
||||
url: "{{baseUrl}}/health"
|
||||
method: GET
|
||||
response:
|
||||
status: 200
|
||||
statusText: OK
|
||||
headers:
|
||||
- name: Content-Type
|
||||
value: application/json
|
||||
body:
|
||||
type: json
|
||||
data: |-
|
||||
{
|
||||
"ok": false
|
||||
}
|
||||
Reference in New Issue
Block a user