chore(api): remove empty string for documentation link

ref: #463 #469
This commit is contained in:
2025-01-12 16:48:12 +09:30
parent 6007668338
commit e2da2b173d
29 changed files with 0 additions and 58 deletions

View File

@ -71,8 +71,6 @@ class ViewSet( ModelViewSet ):
model = Organization
documentation: str = ''
view_description = 'Centurion Organizations'
def get_serializer_class(self):

View File

@ -122,8 +122,6 @@ class ViewSet( ModelViewSet ):
model = Team
documentation: str = ''
view_description = 'Teams belonging to a single organization'

View File

@ -149,8 +149,6 @@ class ViewSet( ModelViewSet ):
parent_model_pk_kwarg = 'team_id'
documentation: str = ''
view_description = 'Users belonging to a single team'