Skip to content

Commit

Permalink
Merge pull request #2965 from vmware/jenkins_sync_30.2.1_swagger
Browse files Browse the repository at this point in the history
Auto updated assets for swagger 30.2.1
  • Loading branch information
mkhachane authored May 8, 2024
2 parents fe87bcd + 99e4ceb commit c4660fe
Show file tree
Hide file tree
Showing 10 changed files with 875 additions and 875 deletions.
104 changes: 52 additions & 52 deletions swagger/Alert.json

Large diffs are not rendered by default.

104 changes: 52 additions & 52 deletions swagger/Alert.yaml

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions swagger/Cloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@
}
},
"/cloud/{uuid}/gc/": {
"patch": {
"put": {
"consumes": [
"application/json"
],
Expand Down Expand Up @@ -731,6 +731,18 @@
"required": true,
"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."
},
{
"in": "body",
"name": "body",
"description": "empty",
"required": true,
"schema": {
"type": "object",
"additionalProperties": {
"type": "string"
}
}
},
{
"in": "path",
"name": "uuid",
Expand All @@ -756,7 +768,7 @@
}
}
},
"put": {
"patch": {
"consumes": [
"application/json"
],
Expand Down Expand Up @@ -792,18 +804,6 @@
"required": true,
"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."
},
{
"in": "body",
"name": "body",
"description": "empty",
"required": true,
"schema": {
"type": "object",
"additionalProperties": {
"type": "string"
}
}
},
{
"in": "path",
"name": "uuid",
Expand Down
20 changes: 10 additions & 10 deletions swagger/Cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ paths:
401:
description: log in failed
/cloud/{uuid}/gc/:
patch:
put:
consumes:
- application/json
produces:
Expand All @@ -500,6 +500,14 @@ paths:
type: string
required: true
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.
- in: body
name: body
description: empty
required: true
schema:
type: object
additionalProperties:
type: string
- in: path
name: uuid
description: UUID of the object to fetch
Expand All @@ -514,7 +522,7 @@ paths:
type: string
401:
description: log in failed
put:
patch:
consumes:
- application/json
produces:
Expand All @@ -540,14 +548,6 @@ paths:
type: string
required: true
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.
- in: body
name: body
description: empty
required: true
schema:
type: object
additionalProperties:
type: string
- in: path
name: uuid
description: UUID of the object to fetch
Expand Down
28 changes: 14 additions & 14 deletions swagger/FileObject.json
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@
}
},
"/fileobject/{uuid}/['']/": {
"patch": {
"put": {
"consumes": [
"application/json"
],
Expand Down Expand Up @@ -600,6 +600,18 @@
"required": true,
"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."
},
{
"in": "body",
"name": "body",
"description": "empty",
"required": true,
"schema": {
"type": "object",
"additionalProperties": {
"type": "string"
}
}
},
{
"in": "path",
"name": "uuid",
Expand All @@ -625,7 +637,7 @@
}
}
},
"put": {
"patch": {
"consumes": [
"application/json"
],
Expand Down Expand Up @@ -661,18 +673,6 @@
"required": true,
"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."
},
{
"in": "body",
"name": "body",
"description": "empty",
"required": true,
"schema": {
"type": "object",
"additionalProperties": {
"type": "string"
}
}
},
{
"in": "path",
"name": "uuid",
Expand Down
20 changes: 10 additions & 10 deletions swagger/FileObject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ paths:
401:
description: log in failed
/fileobject/{uuid}/['']/:
patch:
put:
consumes:
- application/json
produces:
Expand All @@ -416,6 +416,14 @@ paths:
type: string
required: true
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.
- in: body
name: body
description: empty
required: true
schema:
type: object
additionalProperties:
type: string
- in: path
name: uuid
description: UUID of the object to fetch
Expand All @@ -430,7 +438,7 @@ paths:
type: string
401:
description: log in failed
put:
patch:
consumes:
- application/json
produces:
Expand All @@ -456,14 +464,6 @@ paths:
type: string
required: true
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.
- in: body
name: body
description: empty
required: true
schema:
type: object
additionalProperties:
type: string
- in: path
name: uuid
description: UUID of the object to fetch
Expand Down
Loading

0 comments on commit c4660fe

Please sign in to comment.