Browse Source

feat(swagger): api tag name corrections

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/4134/head
Pranav C 2 years ago
parent
commit
b87aa67f6f
  1. 4
      scripts/sdk/swagger.json

4
scripts/sdk/swagger.json

@ -487,7 +487,7 @@
"parameters": [], "parameters": [],
"post": { "post": {
"summary": "Project User Add", "summary": "Project User Add",
"operationId": "rgo-users-add", "operationId": "org-users-add",
"responses": { "responses": {
"200": { "200": {
"description": "OK", "description": "OK",
@ -508,7 +508,7 @@
} }
}, },
"tags": [ "tags": [
"Auth" "Org users"
] ]
} }
}, },

Loading…
Cancel
Save