Skip to content

Commit bd63b00

Browse files
Merge pull request #3297 from vmware/jenkins_sync_eng_swagger
Auto updated assets for swagger eng
2 parents 9ebba48 + b3f7a56 commit bd63b00

13 files changed

+6775
-6775
lines changed

swagger/Alert.json

Lines changed: 372 additions & 372 deletions
Large diffs are not rendered by default.

swagger/Alert.yaml

Lines changed: 372 additions & 372 deletions
Large diffs are not rendered by default.

swagger/Cloud.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -763,12 +763,12 @@
763763
}
764764
},
765765
"/cloud/{uuid}/gc/": {
766-
"patch": {
766+
"put": {
767767
"tags": [
768768
"Cloud"
769769
],
770770
"description": "/cloud/{uuid}/gc/",
771-
"operationId": "PATCH /cloud/{uuid}/gc/",
771+
"operationId": "PUT /cloud/{uuid}/gc/",
772772
"consumes": [
773773
"application/json"
774774
],
@@ -804,6 +804,18 @@
804804
"required": true,
805805
"description": "The caller is required to set Avi Version Header to the expected version of configuration. The response from the controller will provide and accept data according to the specified version. The controller will reject POST and PUT requests where the data is not compatible with the specified version."
806806
},
807+
{
808+
"in": "body",
809+
"name": "body",
810+
"description": "empty",
811+
"required": true,
812+
"schema": {
813+
"type": "object",
814+
"additionalProperties": {
815+
"type": "string"
816+
}
817+
}
818+
},
807819
{
808820
"in": "path",
809821
"name": "uuid",
@@ -832,12 +844,12 @@
832844
}
833845
}
834846
},
835-
"put": {
847+
"patch": {
836848
"tags": [
837849
"Cloud"
838850
],
839851
"description": "/cloud/{uuid}/gc/",
840-
"operationId": "PUT /cloud/{uuid}/gc/",
852+
"operationId": "PATCH /cloud/{uuid}/gc/",
841853
"consumes": [
842854
"application/json"
843855
],
@@ -873,18 +885,6 @@
873885
"required": true,
874886
"description": "The caller is required to set Avi Version Header to the expected version of configuration. The response from the controller will provide and accept data according to the specified version. The controller will reject POST and PUT requests where the data is not compatible with the specified version."
875887
},
876-
{
877-
"in": "body",
878-
"name": "body",
879-
"description": "empty",
880-
"required": true,
881-
"schema": {
882-
"type": "object",
883-
"additionalProperties": {
884-
"type": "string"
885-
}
886-
}
887-
},
888888
{
889889
"in": "path",
890890
"name": "uuid",

swagger/Cloud.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -524,11 +524,11 @@ paths:
524524
"404":
525525
description: object not found
526526
/cloud/{uuid}/gc/:
527-
patch:
527+
put:
528528
tags:
529529
- Cloud
530530
description: /cloud/{uuid}/gc/
531-
operationId: PATCH /cloud/{uuid}/gc/
531+
operationId: PUT /cloud/{uuid}/gc/
532532
consumes:
533533
- application/json
534534
produces:
@@ -554,6 +554,14 @@ paths:
554554
type: string
555555
required: true
556556
description: The caller is required to set Avi Version Header to the expected version of configuration. The response from the controller will provide and accept data according to the specified version. The controller will reject POST and PUT requests where the data is not compatible with the specified version.
557+
- in: body
558+
name: body
559+
description: empty
560+
required: true
561+
schema:
562+
type: object
563+
additionalProperties:
564+
type: string
557565
- in: path
558566
name: uuid
559567
description: UUID of the object to fetch
@@ -570,11 +578,11 @@ paths:
570578
description: log in failed
571579
"404":
572580
description: object not found
573-
put:
581+
patch:
574582
tags:
575583
- Cloud
576584
description: /cloud/{uuid}/gc/
577-
operationId: PUT /cloud/{uuid}/gc/
585+
operationId: PATCH /cloud/{uuid}/gc/
578586
consumes:
579587
- application/json
580588
produces:
@@ -600,14 +608,6 @@ paths:
600608
type: string
601609
required: true
602610
description: The caller is required to set Avi Version Header to the expected version of configuration. The response from the controller will provide and accept data according to the specified version. The controller will reject POST and PUT requests where the data is not compatible with the specified version.
603-
- in: body
604-
name: body
605-
description: empty
606-
required: true
607-
schema:
608-
type: object
609-
additionalProperties:
610-
type: string
611611
- in: path
612612
name: uuid
613613
description: UUID of the object to fetch

0 commit comments

Comments
 (0)