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 Aug 19, 2024
2 parents 25775b9 + 65dd641 commit cbae348
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/api/rest/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -2611,7 +2611,7 @@ const docTemplate = `{
}
}
},
"/ns/{nsId}/loadDefaultResource": {
"/ns/{nsId}/loadSharedResource": {
"get": {
"description": "Load Default Resource from internal asset file",
"consumes": [
Expand All @@ -2624,7 +2624,7 @@ const docTemplate = `{
"[Infra resource] MCIR Common"
],
"summary": "Load Default Resource from internal asset file",
"operationId": "LoadDefaultResource",
"operationId": "LoadSharedResource",
"parameters": [
{
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions src/api/rest/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2604,7 +2604,7 @@
}
}
},
"/ns/{nsId}/loadDefaultResource": {
"/ns/{nsId}/loadSharedResource": {
"get": {
"description": "Load Default Resource from internal asset file",
"consumes": [
Expand All @@ -2617,7 +2617,7 @@
"[Infra resource] MCIR Common"
],
"summary": "Load Default Resource from internal asset file",
"operationId": "LoadDefaultResource",
"operationId": "LoadSharedResource",
"parameters": [
{
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions src/api/rest/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4953,12 +4953,12 @@ paths:
summary: Upgrade a K8sCluster's version
tags:
- '[Infra resource] K8sCluster management'
/ns/{nsId}/loadDefaultResource:
/ns/{nsId}/loadSharedResource:
get:
consumes:
- application/json
description: Load Default Resource from internal asset file
operationId: LoadDefaultResource
operationId: LoadSharedResource
parameters:
- default: default
description: Namespace ID
Expand Down

0 comments on commit cbae348

Please sign in to comment.