Skip to content

Commit

Permalink
Update swagger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Pages Bot committed Jul 31, 2024
1 parent 26114cb commit 18e8a01
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ consumes:
info:
description: Platform agnostic GSLB frontend
title: Andromeda
version: 1.1.0
version: 1.1.1
produces:
- application/json
swagger: "2.0"
Expand Down Expand Up @@ -1747,6 +1747,13 @@ definitions:
- DELETE
- OPTIONS
default: GET
domain_name:
type: string
description: The domain name, which be injected into the HTTP Host Header to the backend server for HTTP health check. Only used for HTTP/S monitors.
format: hostname
example: example.org
x-nullable: true
maxLength: 255

service:
type: object
Expand Down

0 comments on commit 18e8a01

Please sign in to comment.