mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
chore: fix postGroupByOrganization
swagger tag (#7021)
This commit is contained in:
2
coderd/apidoc/docs.go
generated
2
coderd/apidoc/docs.go
generated
@ -931,7 +931,7 @@ const docTemplate = `{
|
||||
"application/json"
|
||||
],
|
||||
"tags": [
|
||||
"Templates"
|
||||
"Enterprise"
|
||||
],
|
||||
"summary": "Create group for organization",
|
||||
"operationId": "create-group-for-organization",
|
||||
|
2
coderd/apidoc/swagger.json
generated
2
coderd/apidoc/swagger.json
generated
@ -796,7 +796,7 @@
|
||||
],
|
||||
"consumes": ["application/json"],
|
||||
"produces": ["application/json"],
|
||||
"tags": ["Templates"],
|
||||
"tags": ["Enterprise"],
|
||||
"summary": "Create group for organization",
|
||||
"operationId": "create-group-for-organization",
|
||||
"parameters": [
|
||||
|
Reference in New Issue
Block a user