Skip to content

Commit

Permalink
feat(APIv2): add tagging parameter to OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
romanblanco committed Sep 19, 2024
1 parent 372a689 commit 975c813
Show file tree
Hide file tree
Showing 2 changed files with 4,657 additions and 4,618 deletions.
3 changes: 3 additions & 0 deletions spec/integration/v2/systems_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
description 'Lists Systems'
operationId 'Systems'
content_types
tags_params
pagination_params_v2
sort_params_v2(V2::System)
search_params_v2(V2::System, except: %i[never_reported])
Expand Down Expand Up @@ -148,6 +149,7 @@
description 'Lists Systems assigned to a Policy'
operationId 'PolicySystems'
content_types
tags_params
pagination_params_v2
sort_params_v2(V2::System, except: %i[os_major_version])
search_params_v2(
Expand Down Expand Up @@ -389,6 +391,7 @@
description 'Lists Systems assigned to a Report'
operationId 'ReportSystems'
content_types
tags_params
pagination_params_v2
sort_params_v2(V2::System, except: %i[os_major_version])
search_params_v2(V2::System, except: %i[os_major_version policies profile_ref_id assigned_or_scanned])
Expand Down
Loading

0 comments on commit 975c813

Please sign in to comment.