Skip to content

Commit

Permalink
Merge pull request #4077 from sanger/y24-028-tnanoseq-fix-metadata-up…
Browse files Browse the repository at this point in the history
…date

Y24-028 Targeted NanoSeq - added filters on polymetadata resource
  • Loading branch information
andrewsparkes authored Apr 11, 2024
2 parents 133bbfd + f5dd9bb commit 0513a66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/resources/api/v2/poly_metadatum_resource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ class PolyMetadatumResource < BaseResource
attribute :updated_at, readonly: true

# Filters
filter :key
filter :metadatable_id

# Custom methods
# These shouldn't be used for business logic, and a more about
Expand Down

0 comments on commit 0513a66

Please sign in to comment.