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.
Werkruimten
Gegenereerde referentie voor Werkruimten-eindpunten. Deze gegenereerde pagina groepeert elke openbare API-bewerking in de categorie Werkruimten.Eindpunten
- GET /v1/public/accounts/{account_id}/workspaces - workspaces weergeven
- POST /v1/public/accounts/{account_id}/workspaces - workspace maken
- GET /v1/public/accounts/{account_id}/workspaces/{workspace_id} - workspace ophalen
- PATCH /v1/public/accounts/{account_id}/workspaces/{workspace_id} - workspace bijwerken
- DELETE /v1/public/accounts/{account_id}/workspaces/{workspace_id} - workspace verwijderen
workspaces weergeven
GET/v1/public/accounts/{account_id}/workspaces
workspaces weergeven
Geeft workspaces weer die zichtbaar zijn voor de public API principal.
Volledige referentie: GET /v1/public/accounts/{account_id}/workspaces
OpenAPI-referentie:
/openapi.nl.json GET /v1/public/accounts/{account_id}/workspacesworkspace maken
POST/v1/public/accounts/{account_id}/workspaces
workspace maken
Maakt een workspace voor een account.
Volledige referentie: POST /v1/public/accounts/{account_id}/workspaces
OpenAPI-referentie:
/openapi.nl.json POST /v1/public/accounts/{account_id}/workspacesworkspace ophalen
GET/v1/public/accounts/{account_id}/workspaces/{workspace_id}
workspace ophalen
Retourneert structurele workspacedetails.
Volledige referentie: GET /v1/public/accounts/{account_id}/workspaces/{workspace_id}
OpenAPI-referentie:
/openapi.nl.json GET /v1/public/accounts/{account_id}/workspaces/{workspace_id}workspace bijwerken
PATCH/v1/public/accounts/{account_id}/workspaces/{workspace_id}
workspace bijwerken
Werkt de naam van een workspace bij.
Volledige referentie: PATCH /v1/public/accounts/{account_id}/workspaces/{workspace_id}
OpenAPI-referentie:
/openapi.nl.json PATCH /v1/public/accounts/{account_id}/workspaces/{workspace_id}workspace verwijderen
DELETE/v1/public/accounts/{account_id}/workspaces/{workspace_id}
workspace verwijderen
Verwijdert een workspace.
Volledige referentie: DELETE /v1/public/accounts/{account_id}/workspaces/{workspace_id}
OpenAPI-referentie:
/openapi.nl.json DELETE /v1/public/accounts/{account_id}/workspaces/{workspace_id}