Skip to content

Commit

Permalink
[Workflow] Update Swagger REST API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-github-robot authored Oct 23, 2024
2 parents 90f532a + ae7106f commit 984773f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
9 changes: 7 additions & 2 deletions src/api/rest/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -13817,15 +13817,20 @@ const docTemplate = `{
"type": "string"
},
"cspResourceId": {
"description": "CspVNetId is vNet resource identifier managed by CSP",
"description": "CspResourceId is resource identifier managed by CSP",
"type": "string",
"example": "csp-45eb41e14121c550a"
"example": "csp-06eb41e14121c550a"
},
"cspResourceName": {
"description": "CspResourceName is name assigned to the CSP resource. This name is internally used to handle the resource.",
"type": "string",
"example": "we12fawefadf1221edcf"
},
"cspVNetId": {
"description": "CspVNetId is vNet resource identifier managed by CSP",
"type": "string",
"example": "csp-45eb41e14121c550a"
},
"cspVNetName": {
"description": "CspVNetName is identifier to handle CSP vNet resource",
"type": "string",
Expand Down
9 changes: 7 additions & 2 deletions src/api/rest/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -13810,15 +13810,20 @@
"type": "string"
},
"cspResourceId": {
"description": "CspVNetId is vNet resource identifier managed by CSP",
"description": "CspResourceId is resource identifier managed by CSP",
"type": "string",
"example": "csp-45eb41e14121c550a"
"example": "csp-06eb41e14121c550a"
},
"cspResourceName": {
"description": "CspResourceName is name assigned to the CSP resource. This name is internally used to handle the resource.",
"type": "string",
"example": "we12fawefadf1221edcf"
},
"cspVNetId": {
"description": "CspVNetId is vNet resource identifier managed by CSP",
"type": "string",
"example": "csp-45eb41e14121c550a"
},
"cspVNetName": {
"description": "CspVNetName is identifier to handle CSP vNet resource",
"type": "string",
Expand Down
8 changes: 6 additions & 2 deletions src/api/rest/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10286,13 +10286,17 @@ components:
type: string
cspResourceId:
type: string
description: CspVNetId is vNet resource identifier managed by CSP
example: csp-45eb41e14121c550a
description: CspResourceId is resource identifier managed by CSP
example: csp-06eb41e14121c550a
cspResourceName:
type: string
description: CspResourceName is name assigned to the CSP resource. This
name is internally used to handle the resource.
example: we12fawefadf1221edcf
cspVNetId:
type: string
description: CspVNetId is vNet resource identifier managed by CSP
example: csp-45eb41e14121c550a
cspVNetName:
type: string
description: CspVNetName is identifier to handle CSP vNet resource
Expand Down

0 comments on commit 984773f

Please sign in to comment.