mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
docs: REST API docs are now complete (#5748)
This commit is contained in:
@@ -73,8 +73,6 @@
|
||||
<!-- APIDOCGEN: BEGIN SECTION -->
|
||||
{{= data.tags.section }}# {{= r}}
|
||||
|
||||
> This page is incomplete, stay tuned.
|
||||
|
||||
{{? data.resource.description }}{{= data.resource.description}}{{?}}
|
||||
|
||||
{{ for (var m in data.resource.methods) { }}
|
||||
@@ -94,8 +92,6 @@
|
||||
<!-- APIDOCGEN: BEGIN SECTION -->
|
||||
# Schemas
|
||||
|
||||
> This page is incomplete, stay tuned.
|
||||
|
||||
{{ for (var s in data.components.schemas) {
|
||||
var origSchema = data.components.schemas[s];
|
||||
var schema = data.api.components.schemas[s];
|
||||
|
||||
Reference in New Issue
Block a user