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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 0 additions and 34 deletions

View File

@ -1,7 +1,5 @@
# Agents
> This page is incomplete, stay tuned.
## Authenticate agent on AWS instance
### Code samples

View File

@ -1,7 +1,5 @@
# Applications
> This page is incomplete, stay tuned.
## Redirect to URI with encrypted API key
### Code samples

View File

@ -1,7 +1,5 @@
# Audit
> This page is incomplete, stay tuned.
## Get audit logs
### Code samples

View File

@ -1,7 +1,5 @@
# Authorization
> This page is incomplete, stay tuned.
## Check authorization
### Code samples

View File

@ -1,7 +1,5 @@
# Builds
> This page is incomplete, stay tuned.
## Get workspace build by user, workspace name, and build number
### Code samples

View File

@ -1,7 +1,5 @@
# Enterprise
> This page is incomplete, stay tuned.
## Get appearance
### Code samples

View File

@ -1,7 +1,5 @@
# Files
> This page is incomplete, stay tuned.
## Upload file
### Code samples

View File

@ -1,7 +1,5 @@
# General
> This page is incomplete, stay tuned.
## API root handler
### Code samples

View File

@ -1,7 +1,5 @@
# Members
> This page is incomplete, stay tuned.
## Get member roles by organization
### Code samples

View File

@ -1,7 +1,5 @@
# Organizations
> This page is incomplete, stay tuned.
## Add new license
### Code samples

View File

@ -1,7 +1,5 @@
# Parameters
> This page is incomplete, stay tuned.
## Get parameters
### Code samples

View File

@ -1,7 +1,5 @@
# Schemas
> This page is incomplete, stay tuned.
## coderd.SCIMUser
```json

View File

@ -1,7 +1,5 @@
# Templates
> This page is incomplete, stay tuned.
## Create group for organization
### Code samples

View File

@ -1,7 +1,5 @@
# Users
> This page is incomplete, stay tuned.
## Get users
### Code samples

View File

@ -1,7 +1,5 @@
# Workspaces
> This page is incomplete, stay tuned.
## Create user workspace by organization
### Code samples

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