fix(docs): remove empty sections (#8600)

This commit is contained in:
Víctor Fernández Poyatos
2025-08-28 12:55:46 +02:00
committed by GitHub
parent b4deda3c3f
commit b003fca377
2 changed files with 0 additions and 16 deletions
-6
View File
@@ -15570,9 +15570,6 @@ tags:
refreshing an existing token for authentication purposes.
- name: Tenant
description: Endpoints for managing tenants, along with their memberships.
- name: Membership
description: Endpoints for managing tenant memberships, allowing retrieval and filtering
of user membership information within tenants.
- name: Invitation
description: Endpoints for tenant invitations management, allowing retrieval and
filtering of invitations, creating new invitations, accepting and revoking them.
@@ -15581,9 +15578,6 @@ tags:
retrieval, updating, and deletion of role configurations and permissions.
- name: Provider
description: Endpoints for managing providers (AWS, GCP, Azure, etc...).
- name: Provider Secret
description: Endpoints for managing provider secrets, allowing secure storage and
management of credentials for providers.
- name: Provider Group
description: Endpoints for managing provider groups.
- name: Task
-10
View File
@@ -308,11 +308,6 @@ class SchemaView(SpectacularAPIView):
"name": "Tenant",
"description": "Endpoints for managing tenants, along with their memberships.",
},
{
"name": "Membership",
"description": "Endpoints for managing tenant memberships, allowing retrieval and filtering of "
"user membership information within tenants.",
},
{
"name": "Invitation",
"description": "Endpoints for tenant invitations management, allowing retrieval and filtering of "
@@ -327,11 +322,6 @@ class SchemaView(SpectacularAPIView):
"name": "Provider",
"description": "Endpoints for managing providers (AWS, GCP, Azure, etc...).",
},
{
"name": "Provider Secret",
"description": "Endpoints for managing provider secrets, allowing secure storage and management "
"of credentials for providers.",
},
{
"name": "Provider Group",
"description": "Endpoints for managing provider groups.",