From 78ca861ceba273d2d8019193e40f26cb894f7088 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 17 Jan 2023 16:19:49 +0000 Subject: [PATCH] docs: REST API docs are now complete --- docs/api/agents.md | 2 -- docs/api/applications.md | 2 -- docs/api/audit.md | 2 -- docs/api/authorization.md | 2 -- docs/api/builds.md | 2 -- docs/api/enterprise.md | 2 -- docs/api/files.md | 2 -- docs/api/general.md | 2 -- docs/api/members.md | 2 -- docs/api/organizations.md | 2 -- docs/api/parameters.md | 2 -- docs/api/schemas.md | 2 -- docs/api/templates.md | 2 -- docs/api/users.md | 2 -- docs/api/workspaces.md | 2 -- scripts/apidocgen/markdown-template/main.dot | 4 ---- 16 files changed, 34 deletions(-) diff --git a/docs/api/agents.md b/docs/api/agents.md index e53421a6ee57b..b43626f5c94bd 100644 --- a/docs/api/agents.md +++ b/docs/api/agents.md @@ -1,7 +1,5 @@ # Agents -> This page is incomplete, stay tuned. - ## Authenticate agent on AWS instance ### Code samples diff --git a/docs/api/applications.md b/docs/api/applications.md index 9da19cabf9791..11026ae39d61d 100644 --- a/docs/api/applications.md +++ b/docs/api/applications.md @@ -1,7 +1,5 @@ # Applications -> This page is incomplete, stay tuned. - ## Redirect to URI with encrypted API key ### Code samples diff --git a/docs/api/audit.md b/docs/api/audit.md index 22ddec0b690c3..6157c2b1dc922 100644 --- a/docs/api/audit.md +++ b/docs/api/audit.md @@ -1,7 +1,5 @@ # Audit -> This page is incomplete, stay tuned. - ## Get audit logs ### Code samples diff --git a/docs/api/authorization.md b/docs/api/authorization.md index d6f16913e0371..24375e8cd6ece 100644 --- a/docs/api/authorization.md +++ b/docs/api/authorization.md @@ -1,7 +1,5 @@ # Authorization -> This page is incomplete, stay tuned. - ## Check authorization ### Code samples diff --git a/docs/api/builds.md b/docs/api/builds.md index 38782af2fe959..89b30d46d6d48 100644 --- a/docs/api/builds.md +++ b/docs/api/builds.md @@ -1,7 +1,5 @@ # Builds -> This page is incomplete, stay tuned. - ## Get workspace build by user, workspace name, and build number ### Code samples diff --git a/docs/api/enterprise.md b/docs/api/enterprise.md index 55296663c51d5..94214ad59f20f 100644 --- a/docs/api/enterprise.md +++ b/docs/api/enterprise.md @@ -1,7 +1,5 @@ # Enterprise -> This page is incomplete, stay tuned. - ## Get appearance ### Code samples diff --git a/docs/api/files.md b/docs/api/files.md index 274f06b657b68..81d93479aeb36 100644 --- a/docs/api/files.md +++ b/docs/api/files.md @@ -1,7 +1,5 @@ # Files -> This page is incomplete, stay tuned. - ## Upload file ### Code samples diff --git a/docs/api/general.md b/docs/api/general.md index 578ad62ebc6e7..461226c00a998 100644 --- a/docs/api/general.md +++ b/docs/api/general.md @@ -1,7 +1,5 @@ # General -> This page is incomplete, stay tuned. - ## API root handler ### Code samples diff --git a/docs/api/members.md b/docs/api/members.md index 7595c00ac0240..e44056664588a 100644 --- a/docs/api/members.md +++ b/docs/api/members.md @@ -1,7 +1,5 @@ # Members -> This page is incomplete, stay tuned. - ## Get member roles by organization ### Code samples diff --git a/docs/api/organizations.md b/docs/api/organizations.md index 825f76f8a98ce..4b5b15c5dca16 100644 --- a/docs/api/organizations.md +++ b/docs/api/organizations.md @@ -1,7 +1,5 @@ # Organizations -> This page is incomplete, stay tuned. - ## Add new license ### Code samples diff --git a/docs/api/parameters.md b/docs/api/parameters.md index 8fc57730e8910..09a0eb3653913 100644 --- a/docs/api/parameters.md +++ b/docs/api/parameters.md @@ -1,7 +1,5 @@ # Parameters -> This page is incomplete, stay tuned. - ## Get parameters ### Code samples diff --git a/docs/api/schemas.md b/docs/api/schemas.md index 7993145e3295b..91cb8f816960f 100644 --- a/docs/api/schemas.md +++ b/docs/api/schemas.md @@ -1,7 +1,5 @@ # Schemas -> This page is incomplete, stay tuned. - ## coderd.SCIMUser ```json diff --git a/docs/api/templates.md b/docs/api/templates.md index b271184929b48..6a2b81d49b973 100644 --- a/docs/api/templates.md +++ b/docs/api/templates.md @@ -1,7 +1,5 @@ # Templates -> This page is incomplete, stay tuned. - ## Create group for organization ### Code samples diff --git a/docs/api/users.md b/docs/api/users.md index a01027eea638c..dd43765bc10cf 100644 --- a/docs/api/users.md +++ b/docs/api/users.md @@ -1,7 +1,5 @@ # Users -> This page is incomplete, stay tuned. - ## Get users ### Code samples diff --git a/docs/api/workspaces.md b/docs/api/workspaces.md index a977d43936c95..e552bc6b4236c 100644 --- a/docs/api/workspaces.md +++ b/docs/api/workspaces.md @@ -1,7 +1,5 @@ # Workspaces -> This page is incomplete, stay tuned. - ## Create user workspace by organization ### Code samples diff --git a/scripts/apidocgen/markdown-template/main.dot b/scripts/apidocgen/markdown-template/main.dot index 16aace697c634..5f41c18b64674 100644 --- a/scripts/apidocgen/markdown-template/main.dot +++ b/scripts/apidocgen/markdown-template/main.dot @@ -73,8 +73,6 @@ {{= 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 @@ # 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]; pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy