mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Fleet] Add force to upgrade openAPI (#138000)
This commit is contained in:
parent
a52d8b31db
commit
6bd3c73cec
2 changed files with 14 additions and 15 deletions
|
@ -21,6 +21,9 @@ properties:
|
|||
items:
|
||||
type: string
|
||||
description: list of agent IDs
|
||||
force:
|
||||
type: boolean
|
||||
description: Force upgrade, skipping validation (should be used with caution)
|
||||
required:
|
||||
- agents
|
||||
- version
|
||||
|
|
|
@ -1,16 +1,12 @@
|
|||
title: Upgrade agent
|
||||
oneOf:
|
||||
- type: object
|
||||
properties:
|
||||
version:
|
||||
type: string
|
||||
required:
|
||||
- version
|
||||
- type: object
|
||||
properties:
|
||||
version:
|
||||
type: string
|
||||
source_uri:
|
||||
type: string
|
||||
required:
|
||||
- version
|
||||
type: object
|
||||
properties:
|
||||
version:
|
||||
type: string
|
||||
source_uri:
|
||||
type: string
|
||||
force:
|
||||
type: boolean
|
||||
description: Force upgrade, skipping validation (should be used with caution)
|
||||
required:
|
||||
- version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue