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

Skip to content

Commit ed6ed0a

Browse files
committed
Fix: code tags
1 parent 0e0af29 commit ed6ed0a

File tree

7 files changed

+86
-86
lines changed

7 files changed

+86
-86
lines changed

docs/api/applications.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ curl -X GET http://coder-server:8080/api/v2/applications/auth-redirect \
1616

1717
### Parameters
1818

19-
| Name | In | Type | Required | Description |
20-
| ------------ | ----- | ------ | -------- | -------------------- |
21-
| redirect_uri | query | string | false | Redirect destination |
19+
| Name | In | Type | Required | Description |
20+
| -------------- | ----- | ------ | -------- | -------------------- |
21+
| `redirect_uri` | query | string | false | Redirect destination |
2222

2323
### Responses
2424

docs/api/authorization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ curl -X POST http://coder-server:8080/api/v2/authcheck \
4545

4646
### Parameters
4747

48-
| Name | In | Type | Required | Description |
49-
| ---- | ---- | ------------------------------------------------------------------------ | -------- | --------------------- |
50-
| body | body | [codersdk.AuthorizationRequest](schemas.md#codersdkauthorizationrequest) | true | Authorization request |
48+
| Name | In | Type | Required | Description |
49+
| ------ | ---- | ------------------------------------------------------------------------ | -------- | --------------------- |
50+
| `body` | body | [codersdk.AuthorizationRequest](schemas.md#codersdkauthorizationrequest) | true | Authorization request |
5151

5252
### Example responses
5353

docs/api/general.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ curl -X POST http://coder-server:8080/api/v2/csp/reports \
9393

9494
### Parameters
9595

96-
| Name | In | Type | Required | Description |
97-
| ---- | ---- | ---------------------------------------------------- | -------- | ---------------- |
98-
| body | body | [coderd.cspViolation](schemas.md#coderdcspviolation) | true | Violation report |
96+
| Name | In | Type | Required | Description |
97+
| ------ | ---- | ---------------------------------------------------- | -------- | ---------------- |
98+
| `body` | body | [coderd.cspViolation](schemas.md#coderdcspviolation) | true | Violation report |
9999

100100
### Responses
101101

docs/api/templates.md

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ curl -X POST http://coder-server:8080/api/v2/organizations/{organization-id}/tem
4141

4242
### Parameters
4343

44-
| Name | In | Type | Required | Description |
45-
| --------------- | ---- | -------------------------------------------------------------------------- | -------- | --------------- |
46-
| organization-id | path | string | true | Organization ID |
47-
| body | body | [codersdk.CreateTemplateRequest](schemas.md#codersdkcreatetemplaterequest) | true | Request body |
44+
| Name | In | Type | Required | Description |
45+
| ----------------- | ---- | -------------------------------------------------------------------------- | -------- | --------------- |
46+
| `organization-id` | path | string | true | Organization ID |
47+
| `body` | body | [codersdk.CreateTemplateRequest](schemas.md#codersdkcreatetemplaterequest) | true | Request body |
4848

4949
### Example responses
5050

@@ -104,9 +104,9 @@ curl -X GET http://coder-server:8080/api/v2/organizations/{organization}/templat
104104

105105
### Parameters
106106

107-
| Name | In | Type | Required | Description |
108-
| ------------ | ---- | ------------ | -------- | --------------- |
109-
| organization | path | string(uuid) | true | Organization ID |
107+
| Name | In | Type | Required | Description |
108+
| -------------- | ---- | ------------ | -------- | --------------- |
109+
| `organization` | path | string(uuid) | true | Organization ID |
110110

111111
### Example responses
112112

@@ -155,29 +155,29 @@ curl -X GET http://coder-server:8080/api/v2/organizations/{organization}/templat
155155

156156
Status Code **200**
157157

158-
| Name | Type | Required | Restrictions | Description |
159-
| ---------------------------------- | --------------------------------- | -------- | ------------ | ------------------------------------------ |
160-
| _anonymous_ | array | false | | |
161-
| » active_user_count | integer | false | | ActiveUserCount is set to -1 when loading. |
162-
| » active_version_id | string | false | | |
163-
| » allow_user_cancel_workspace_jobs | boolean | false | | |
164-
| » build_time_stats | `codersdk.TemplateBuildTimeStats` | false | | |
165-
| »» **additionalProperties** | `codersdk.TransitionStats` | false | | |
166-
| »»» p50 | integer | false | | |
167-
| »»» p95 | integer | false | | |
168-
| » created_at | string | false | | |
169-
| » created_by_id | string | false | | |
170-
| » created_by_name | string | false | | |
171-
| » default_ttl_ms | integer | false | | |
172-
| » description | string | false | | |
173-
| » display_name | string | false | | |
174-
| » icon | string | false | | |
175-
| » id | string | false | | |
176-
| » name | string | false | | |
177-
| » organization_id | string | false | | |
178-
| » provisioner | string | false | | |
179-
| » updated_at | string | false | | |
180-
| » workspace_owner_count | integer | false | | |
158+
| Name | Type | Required | Restrictions | Description |
159+
| ------------------------------------ | --------------------------------- | -------- | ------------ | ------------------------------------------ |
160+
| `*anonymous*` | array | false | | |
161+
| `» active_user_count` | integer | false | | ActiveUserCount is set to -1 when loading. |
162+
| `» active_version_id` | string | false | | |
163+
| `» allow_user_cancel_workspace_jobs` | boolean | false | | |
164+
| `» build_time_stats` | `codersdk.TemplateBuildTimeStats` | false | | |
165+
| `»» **additionalProperties**` | `codersdk.TransitionStats` | false | | |
166+
| `»»» p50` | integer | false | | |
167+
| `»»» p95` | integer | false | | |
168+
| `» created_at` | string | false | | |
169+
| `» created_by_id` | string | false | | |
170+
| `» created_by_name` | string | false | | |
171+
| `» default_ttl_ms` | integer | false | | |
172+
| `» description` | string | false | | |
173+
| `» display_name` | string | false | | |
174+
| `» icon` | string | false | | |
175+
| `» id` | string | false | | |
176+
| `» name` | string | false | | |
177+
| `» organization_id` | string | false | | |
178+
| `» provisioner` | string | false | | |
179+
| `» updated_at` | string | false | | |
180+
| `» workspace_owner_count` | integer | false | | |
181181

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

@@ -196,10 +196,10 @@ curl -X GET http://coder-server:8080/api/v2/organizations/{organization}/templat
196196

197197
### Parameters
198198

199-
| Name | In | Type | Required | Description |
200-
| ------------- | ---- | ------------ | -------- | --------------- |
201-
| organization | path | string(uuid) | true | Organization ID |
202-
| template-name | path | string | true | Template name |
199+
| Name | In | Type | Required | Description |
200+
| --------------- | ---- | ------------ | -------- | --------------- |
201+
| `organization` | path | string(uuid) | true | Organization ID |
202+
| `template-name` | path | string | true | Template name |
203203

204204
### Example responses
205205

@@ -261,7 +261,7 @@ curl -X GET http://coder-server:8080/api/v2/templates/{id} \
261261

262262
| Name | In | Type | Required | Description |
263263
| ---- | ---- | ------------ | -------- | ----------- |
264-
| id | path | string(uuid) | true | Template ID |
264+
| `id` | path | string(uuid) | true | Template ID |
265265

266266
### Example responses
267267

@@ -323,7 +323,7 @@ curl -X DELETE http://coder-server:8080/api/v2/templates/{id} \
323323

324324
| Name | In | Type | Required | Description |
325325
| ---- | ---- | ------------ | -------- | ----------- |
326-
| id | path | string(uuid) | true | Template ID |
326+
| `id` | path | string(uuid) | true | Template ID |
327327

328328
### Example responses
329329

0 commit comments

Comments
 (0)