Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5f68605

Browse files
committed
Fix
1 parent b7c22dc commit 5f68605

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

coderd/apidocs/docs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ const docTemplate = `{
214214
"tags": [
215215
"Workspaces"
216216
],
217-
"summary": "Get workspace metadata 2",
217+
"summary": "Get workspace metadata",
218218
"operationId": "get-workspace",
219219
"parameters": [
220220
{

coderd/apidocs/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
"tags": [
207207
"Workspaces"
208208
],
209-
"summary": "Get workspace metadata 2",
209+
"summary": "Get workspace metadata",
210210
"operationId": "get-workspace",
211211
"parameters": [
212212
{

coderd/workspaces.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var (
4343
errDeadlineBeforeStart = xerrors.New("new deadline must be before workspace start time")
4444
)
4545

46-
// @Summary Get workspace metadata 2
46+
// @Summary Get workspace metadata
4747
// @ID get-workspace
4848
// @Security CoderSessionToken
4949
// @Produce json

docs/api/workspaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ curl -X GET http://coder-server:8080/api/v2/workspaces \
169169

170170
To perform this operation, you must be authenticated by means of one of the following methods: **CoderSessionToken**.
171171

172-
## Get workspace metadata 2
172+
## Get workspace metadata
173173

174174
### Code samples
175175

0 commit comments

Comments
 (0)