File tree 2 files changed +0
-8
lines changed
scripts/apidocgen/markdown-template
2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,6 @@ curl -X GET http://coder-server:8080/api/v2/ \
37
37
| ------ | ------------------------------------------------------- | ----------- | ------------------------------------------------ |
38
38
| 200 | [ OK] ( https://tools.ietf.org/html/rfc7231#section-6.3.1 ) | OK | [ codersdk.Response] ( schemas.md#codersdkresponse ) |
39
39
40
- undefined
41
-
42
40
## Build info
43
41
44
42
### Code samples
@@ -68,8 +66,6 @@ curl -X GET http://coder-server:8080/api/v2/buildinfo \
68
66
| ------ | ------------------------------------------------------- | ----------- | ------------------------------------------------------------------ |
69
67
| 200 | [ OK] ( https://tools.ietf.org/html/rfc7231#section-6.3.1 ) | OK | [ codersdk.BuildInfoResponse] ( schemas.md#codersdkbuildinforesponse ) |
70
68
71
- undefined
72
-
73
69
## Get deployment config
74
70
75
71
### Code samples
@@ -993,5 +989,3 @@ curl -X GET http://coder-server:8080/api/v2/updatecheck \
993
989
| Status | Meaning | Description | Schema |
994
990
| ------ | ------------------------------------------------------- | ----------- | ---------------------------------------------------------------------- |
995
991
| 200 | [ OK] ( https://tools.ietf.org/html/rfc7231#section-6.3.1 ) | OK | [ codersdk.UpdateCheckResponse] ( schemas.md#codersdkupdatecheckresponse ) |
996
-
997
- undefined
Original file line number Diff line number Diff line change 48
48
{{ data.security = data.operation.security ? data.operation.security : data.api.security; }}
49
49
{{? data.security && data.security.length }}
50
50
{{# def.authentication}}
51
- {{??}}
52
- {{# def.authentication_none}}
53
51
{{?}}
54
52
{{= data.tags.endSection }}
You can’t perform that action at this time.
0 commit comments