mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
docs: remove empty page (#11511)
This commit is contained in:
Generated
+1
-1
@@ -174,7 +174,7 @@ const docTemplate = `{
|
||||
"application/json"
|
||||
],
|
||||
"tags": [
|
||||
"Applications Enterprise"
|
||||
"Enterprise"
|
||||
],
|
||||
"summary": "Issue signed app token for reconnecting PTY",
|
||||
"operationId": "issue-signed-app-token-for-reconnecting-pty",
|
||||
|
||||
Generated
+1
-1
@@ -141,7 +141,7 @@
|
||||
],
|
||||
"consumes": ["application/json"],
|
||||
"produces": ["application/json"],
|
||||
"tags": ["Applications Enterprise"],
|
||||
"tags": ["Enterprise"],
|
||||
"summary": "Issue signed app token for reconnecting PTY",
|
||||
"operationId": "issue-signed-app-token-for-reconnecting-pty",
|
||||
"parameters": [
|
||||
|
||||
Generated
-1
@@ -1 +0,0 @@
|
||||
# Applications Enterprise
|
||||
@@ -516,10 +516,6 @@
|
||||
"title": "Applications",
|
||||
"path": "./api/applications.md"
|
||||
},
|
||||
{
|
||||
"title": "Applications Enterprise",
|
||||
"path": "./api/applications enterprise.md"
|
||||
},
|
||||
{
|
||||
"title": "Audit",
|
||||
"path": "./api/audit.md"
|
||||
|
||||
@@ -809,7 +809,7 @@ func (api *API) workspaceProxyDeregister(rw http.ResponseWriter, r *http.Request
|
||||
// @Summary Issue signed app token for reconnecting PTY
|
||||
// @ID issue-signed-app-token-for-reconnecting-pty
|
||||
// @Security CoderSessionToken
|
||||
// @Tags Applications Enterprise
|
||||
// @Tags Enterprise
|
||||
// @Accept json
|
||||
// @Produce json
|
||||
// @Param request body codersdk.IssueReconnectingPTYSignedTokenRequest true "Issue reconnecting PTY signed token request"
|
||||
|
||||
Reference in New Issue
Block a user