This commit is contained in:
Stephan D
2026-02-27 01:29:57 +01:00
parent 560e2213b5
commit 7d6d7c3f56
47 changed files with 196 additions and 73 deletions

View File

@@ -1,6 +1,7 @@
get:
tags: [Organizations]
summary: Get organization by reference
description: Fetches a single organization available to the authenticated account.
operationId: organizationsGet
security:
- bearerAuth: []

View File

@@ -1,6 +1,7 @@
get:
tags: [Organizations]
summary: List organizations of current account
description: Returns organizations the authenticated account can access.
operationId: organizationsList
security:
- bearerAuth: []