Skip to content

Commit cc5d9ac

Browse files
committed
Fix
1 parent ba00bfc commit cc5d9ac

File tree

3 files changed

+3
-17
lines changed

3 files changed

+3
-17
lines changed

docs/api.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Authentication
22

33
- API Key (CoderSessionToken)
4-
- Parameter Name: **Coder-Session-Token**, in: header.
4+
- Parameter Name: **Coder-Session-Token**, in: header.
55

66
# Workspaces
77

@@ -349,7 +349,6 @@ To perform this operation, you must be authenticated by means of one of the foll
349349
"latency_ms": 0,
350350
"preferred": true
351351
}
352-
353352
```
354353

355354
### Properties
@@ -367,7 +366,6 @@ To perform this operation, you must be authenticated by means of one of the foll
367366
"threshold": 0,
368367
"url": "string"
369368
}
370-
371369
```
372370

373371
### Properties
@@ -385,7 +383,6 @@ To perform this operation, you must be authenticated by means of one of the foll
385383
"time": "string",
386384
"valid": true
387385
}
388-
389386
```
390387

391388
### Properties
@@ -413,7 +410,6 @@ To perform this operation, you must be authenticated by means of one of the foll
413410
},
414411
"worker_id": "string"
415412
}
416-
417413
```
418414

419415
### Properties
@@ -445,7 +441,6 @@ To perform this operation, you must be authenticated by means of one of the foll
445441
}
446442
]
447443
}
448-
449444
```
450445

451446
### Properties
@@ -463,7 +458,6 @@ To perform this operation, you must be authenticated by means of one of the foll
463458
"detail": "string",
464459
"field": "string"
465460
}
466-
467461
```
468462

469463
### Properties
@@ -602,7 +596,6 @@ To perform this operation, you must be authenticated by means of one of the foll
602596
"ttl_ms": 0,
603597
"updated_at": "string"
604598
}
605-
606599
```
607600

608601
### Properties
@@ -679,7 +672,6 @@ To perform this operation, you must be authenticated by means of one of the foll
679672
"updated_at": "string",
680673
"version": "string"
681674
}
682-
683675
```
684676

685677
### Properties
@@ -727,7 +719,6 @@ To perform this operation, you must be authenticated by means of one of the foll
727719
"slug": "string",
728720
"subdomain": true
729721
}
730-
731722
```
732723

733724
### Properties
@@ -856,7 +847,6 @@ To perform this operation, you must be authenticated by means of one of the foll
856847
"workspace_owner_id": "string",
857848
"workspace_owner_name": "string"
858849
}
859-
860850
```
861851

862852
### Properties
@@ -956,7 +946,6 @@ To perform this operation, you must be authenticated by means of one of the foll
956946
"type": "string",
957947
"workspace_transition": "string"
958948
}
959-
960949
```
961950

962951
### Properties
@@ -983,7 +972,6 @@ To perform this operation, you must be authenticated by means of one of the foll
983972
"sensitive": true,
984973
"value": "string"
985974
}
986-
987975
```
988976

989977
### Properties
@@ -1124,7 +1112,6 @@ To perform this operation, you must be authenticated by means of one of the foll
11241112
}
11251113
]
11261114
}
1127-
11281115
```
11291116

11301117
### Properties

scripts/apidocgen/markdown-template/main.dot

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
{{??}}
3838
```json
3939
{{=data.utils.safejson(data.utils.getSample(schema,data.options,{quiet:true},data.api),null,2)}}
40-
{{?}}
41-
```
40+
{{?}}```
4241

4342
{{ var enums = []; }}
4443
{{ var blocks = data.utils.schemaToArray(origSchema,-1,{trim:true,join:true},data); }}

scripts/apidocgen/markdown-template/security.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{ var sd = data.api.components.securitySchemes[s]; }}
44
{{? sd.type == 'apiKey' }}
55
- API Key ({{=s}})
6-
- Parameter Name: **{{=sd.name}}**, in: {{=sd.in}}. {{=sd.description || ''}}
6+
- Parameter Name: **{{=sd.name}}**, in: {{=sd.in}}. {{=sd.description || ''}}
77
{{?}}
88
{{? sd.type == 'http'}}
99
- HTTP Authentication, scheme: {{=sd.scheme}}{{? sd.description }}<br/>{{=sd.description}}{{?}}

0 commit comments

Comments
 (0)