Skip to content

Commit

Permalink
API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hop-dev committed Aug 16, 2023
1 parent 6744ffe commit 38c5c9e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions x-pack/plugins/fleet/common/openapi/bundled.json
Expand Up @@ -8392,6 +8392,11 @@
},
"host": {
"type": "string"
},
"proxy_id": {
"description": "The ID of the proxy to use for this download source. See the proxies API for more information.",
"type": "string",
"nullable": true
}
},
"required": [
Expand Down
6 changes: 6 additions & 0 deletions x-pack/plugins/fleet/common/openapi/bundled.yaml
Expand Up @@ -5411,6 +5411,12 @@ components:
type: string
host:
type: string
proxy_id:
description: >-
The ID of the proxy to use for this download source. See the proxies
API for more information.
type: string
nullable: true
required:
- is_default
- name
Expand Down
Expand Up @@ -9,6 +9,10 @@ properties:
type: string
host:
type: string
proxy_id:
description: The ID of the proxy to use for this download source. See the proxies API for more information.
type: string
nullable: true
required:
- is_default
- name
Expand Down

0 comments on commit 38c5c9e

Please sign in to comment.