docs: REST API docs are now complete (#5748)

This commit is contained in:
Ben Potter
2023-01-17 09:47:54 -08:00
committed by GitHub
parent 63956eafbf
commit e37bff6a85
16 changed files with 0 additions and 34 deletions

View File

@ -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];