Documentation Index
Fetch the complete documentation index at: https://docs.hybridbox.io/llms.txt
Use this file to discover all available pages before exploring further.
Arbeitsbereiche
Generierte Referenz für Arbeitsbereiche-Endpunkte. Diese generierte Seite bündelt alle öffentlichen API-Operationen in der Kategorie Arbeitsbereiche.Endpunkte
- GET /v1/public/accounts/{account_id}/workspaces - Auflisten Workspaces
- POST /v1/public/accounts/{account_id}/workspaces - Erstellen Workspace
- GET /v1/public/accounts/{account_id}/workspaces/{workspace_id} - Abrufen Workspace
- PATCH /v1/public/accounts/{account_id}/workspaces/{workspace_id} - Aktualisieren Workspace
- DELETE /v1/public/accounts/{account_id}/workspaces/{workspace_id} - Loeschen Workspace
Auflisten Workspaces
GET/v1/public/accounts/{account_id}/workspaces
Auflisten Workspaces
Listeet Workspaces sichtbar fuer the public API principal.
Vollständige Referenz: GET /v1/public/accounts/{account_id}/workspaces
OpenAPI-Referenz:
/openapi.de.json GET /v1/public/accounts/{account_id}/workspacesErstellen Workspace
POST/v1/public/accounts/{account_id}/workspaces
Erstellen Workspace
Erstellt a Workspace for an Account.
Vollständige Referenz: POST /v1/public/accounts/{account_id}/workspaces
OpenAPI-Referenz:
/openapi.de.json POST /v1/public/accounts/{account_id}/workspacesAbrufen Workspace
GET/v1/public/accounts/{account_id}/workspaces/{workspace_id}
Abrufen Workspace
Gibt a structural Workspace Detail.
Vollständige Referenz: GET /v1/public/accounts/{account_id}/workspaces/{workspace_id}
OpenAPI-Referenz:
/openapi.de.json GET /v1/public/accounts/{account_id}/workspaces/{workspace_id}Aktualisieren Workspace
PATCH/v1/public/accounts/{account_id}/workspaces/{workspace_id}
Aktualisieren Workspace
Aktualisiert a Workspace name.
Vollständige Referenz: PATCH /v1/public/accounts/{account_id}/workspaces/{workspace_id}
OpenAPI-Referenz:
/openapi.de.json PATCH /v1/public/accounts/{account_id}/workspaces/{workspace_id}Loeschen Workspace
DELETE/v1/public/accounts/{account_id}/workspaces/{workspace_id}
Loeschen Workspace
Loescht a Workspace.
Vollständige Referenz: DELETE /v1/public/accounts/{account_id}/workspaces/{workspace_id}
OpenAPI-Referenz:
/openapi.de.json DELETE /v1/public/accounts/{account_id}/workspaces/{workspace_id}