Skip to content

Commit

Permalink
fix samplesheets api view autodoc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Aug 2, 2023
1 parent c9a2bbd commit d9bedb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs_manual/source/api_samplesheets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ API Views

.. autoclass:: IrodsDataRequestUpdateAPIView

.. autoclass:: IrodsDataRequestDeleteAPIView
.. autoclass:: IrodsDataRequestDestroyAPIView

.. autoclass:: IrodsDataRequestAcceptAPIView

Expand Down
2 changes: 1 addition & 1 deletion samplesheets/views_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ class IrodsDataRequestRetrieveAPIView(
- ``status_info``: Request status info (string)
- ``description``: Request description (string)
- ``date_created``: Request creation date (datetime)
- ``sodar_uuid`: Request UUID (string)
- ``sodar_uuid``: Request UUID (string)
"""

lookup_field = 'sodar_uuid'
Expand Down

0 comments on commit d9bedb9

Please sign in to comment.