Skip to content

Commit

Permalink
Merge pull request #473 from dandi/fix-swagger
Browse files Browse the repository at this point in the history
Remove incorrect param in swagger doc
  • Loading branch information
mvandenburgh committed Aug 11, 2021
2 parents 77a30b2 + 1de90db commit 41c65be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dandiapi/api/views/dandiset.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def get_object(self):
@swagger_auto_schema(
request_body=VersionMetadataSerializer(),
responses={200: DandisetDetailSerializer()},
manual_parameters=[DANDISET_PK_PARAM],
operation_summary='Create a new dandiset.',
operation_description='',
)
Expand Down

0 comments on commit 41c65be

Please sign in to comment.