mirror of
https://github.com/coder/coder.git
synced 2025-07-21 01:28:49 +00:00
docs: REST API docs are now complete (#5748)
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
# Agents
|
||||
|
||||
> This page is incomplete, stay tuned.
|
||||
|
||||
## Authenticate agent on AWS instance
|
||||
|
||||
### Code samples
|
||||
|
@ -1,7 +1,5 @@
|
||||
# Applications
|
||||
|
||||
> This page is incomplete, stay tuned.
|
||||
|
||||
## Redirect to URI with encrypted API key
|
||||
|
||||
### Code samples
|
||||
|
@ -1,7 +1,5 @@
|
||||
# Audit
|
||||
|
||||
> This page is incomplete, stay tuned.
|
||||
|
||||
## Get audit logs
|
||||
|
||||
### Code samples
|
||||
|
@ -1,7 +1,5 @@
|
||||
# Authorization
|
||||
|
||||
> This page is incomplete, stay tuned.
|
||||
|
||||
## Check authorization
|
||||
|
||||
### Code samples
|
||||
|
@ -1,7 +1,5 @@
|
||||
# Builds
|
||||
|
||||
> This page is incomplete, stay tuned.
|
||||
|
||||
## Get workspace build by user, workspace name, and build number
|
||||
|
||||
### Code samples
|
||||
|
@ -1,7 +1,5 @@
|
||||
# Enterprise
|
||||
|
||||
> This page is incomplete, stay tuned.
|
||||
|
||||
## Get appearance
|
||||
|
||||
### Code samples
|
||||
|
@ -1,7 +1,5 @@
|
||||
# Files
|
||||
|
||||
> This page is incomplete, stay tuned.
|
||||
|
||||
## Upload file
|
||||
|
||||
### Code samples
|
||||
|
@ -1,7 +1,5 @@
|
||||
# General
|
||||
|
||||
> This page is incomplete, stay tuned.
|
||||
|
||||
## API root handler
|
||||
|
||||
### Code samples
|
||||
|
@ -1,7 +1,5 @@
|
||||
# Members
|
||||
|
||||
> This page is incomplete, stay tuned.
|
||||
|
||||
## Get member roles by organization
|
||||
|
||||
### Code samples
|
||||
|
@ -1,7 +1,5 @@
|
||||
# Organizations
|
||||
|
||||
> This page is incomplete, stay tuned.
|
||||
|
||||
## Add new license
|
||||
|
||||
### Code samples
|
||||
|
@ -1,7 +1,5 @@
|
||||
# Parameters
|
||||
|
||||
> This page is incomplete, stay tuned.
|
||||
|
||||
## Get parameters
|
||||
|
||||
### Code samples
|
||||
|
@ -1,7 +1,5 @@
|
||||
# Schemas
|
||||
|
||||
> This page is incomplete, stay tuned.
|
||||
|
||||
## coderd.SCIMUser
|
||||
|
||||
```json
|
||||
|
@ -1,7 +1,5 @@
|
||||
# Templates
|
||||
|
||||
> This page is incomplete, stay tuned.
|
||||
|
||||
## Create group for organization
|
||||
|
||||
### Code samples
|
||||
|
@ -1,7 +1,5 @@
|
||||
# Users
|
||||
|
||||
> This page is incomplete, stay tuned.
|
||||
|
||||
## Get users
|
||||
|
||||
### Code samples
|
||||
|
@ -1,7 +1,5 @@
|
||||
# Workspaces
|
||||
|
||||
> This page is incomplete, stay tuned.
|
||||
|
||||
## Create user workspace by organization
|
||||
|
||||
### Code samples
|
||||
|
@ -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