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

Skip to content

Commit 9d4cf84

Browse files
committed
Fix: undefined when no auth
1 parent 9b40f1f commit 9d4cf84

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

docs/api/general.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ curl -X GET http://coder-server:8080/api/v2/ \
3737
| ------ | ------------------------------------------------------- | ----------- | ------------------------------------------------ |
3838
| 200 | [OK](https://tools.ietf.org/html/rfc7231#section-6.3.1) | OK | [codersdk.Response](schemas.md#codersdkresponse) |
3939

40-
undefined
41-
4240
## Build info
4341

4442
### Code samples
@@ -68,8 +66,6 @@ curl -X GET http://coder-server:8080/api/v2/buildinfo \
6866
| ------ | ------------------------------------------------------- | ----------- | ------------------------------------------------------------------ |
6967
| 200 | [OK](https://tools.ietf.org/html/rfc7231#section-6.3.1) | OK | [codersdk.BuildInfoResponse](schemas.md#codersdkbuildinforesponse) |
7068

71-
undefined
72-
7369
## Get deployment config
7470

7571
### Code samples
@@ -993,5 +989,3 @@ curl -X GET http://coder-server:8080/api/v2/updatecheck \
993989
| Status | Meaning | Description | Schema |
994990
| ------ | ------------------------------------------------------- | ----------- | ---------------------------------------------------------------------- |
995991
| 200 | [OK](https://tools.ietf.org/html/rfc7231#section-6.3.1) | OK | [codersdk.UpdateCheckResponse](schemas.md#codersdkupdatecheckresponse) |
996-
997-
undefined

scripts/apidocgen/markdown-template/operation.dot

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,5 @@
4848
{{ data.security = data.operation.security ? data.operation.security : data.api.security; }}
4949
{{? data.security && data.security.length }}
5050
{{#def.authentication}}
51-
{{??}}
52-
{{#def.authentication_none}}
5351
{{?}}
5452
{{= data.tags.endSection }}

0 commit comments

Comments
 (0)