File tree 4 files changed +6
-6
lines changed 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ const docTemplate = `{
82
82
"Templates"
83
83
],
84
84
"summary": "Get template metadata by ID",
85
- "operationId": "get-template",
85
+ "operationId": "get-template-metadata-by-id ",
86
86
"parameters": [
87
87
{
88
88
"type": "string",
@@ -191,7 +191,7 @@ const docTemplate = `{
191
191
"Workspaces"
192
192
],
193
193
"summary": "Get workspace metadata by ID",
194
- "operationId": "get-workspace",
194
+ "operationId": "get-workspace-metadata-by-id ",
195
195
"parameters": [
196
196
{
197
197
"type": "string",
Original file line number Diff line number Diff line change 74
74
" Templates"
75
75
],
76
76
"summary" : " Get template metadata by ID" ,
77
- "operationId" : " get-template" ,
77
+ "operationId" : " get-template-metadata-by-id " ,
78
78
"parameters" : [
79
79
{
80
80
"type" : " string" ,
183
183
" Workspaces"
184
184
],
185
185
"summary" : " Get workspace metadata by ID" ,
186
- "operationId" : " get-workspace" ,
186
+ "operationId" : " get-workspace-metadata-by-id " ,
187
187
"parameters" : [
188
188
{
189
189
"type" : " string" ,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const (
35
35
)
36
36
37
37
// @Summary Get template metadata by ID
38
- // @ID get-template
38
+ // @ID get-template-metadata-by-id
39
39
// @Security CoderSessionToken
40
40
// @Produce json
41
41
// @Tags Templates
Original file line number Diff line number Diff line change 44
44
)
45
45
46
46
// @Summary Get workspace metadata by ID
47
- // @ID get-workspace
47
+ // @ID get-workspace-metadata-by-id
48
48
// @Security CoderSessionToken
49
49
// @Produce json
50
50
// @Tags Workspaces
You can’t perform that action at this time.
0 commit comments