Skip to content

Commit

Permalink
Merge pull request #1042 from merlin-northern/reverting_docs_on_relea…
Browse files Browse the repository at this point in the history
…se_name_prefix

revert: "fix: explicitly mention how name filtering works for images …
  • Loading branch information
merlin-northern authored Sep 3, 2024
2 parents 04cffd4 + 1d9d4d5 commit b09642e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/management_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1071,17 +1071,17 @@ paths:
parameters:
- name: name
in: query
description: Artifact name prefix filter.
description: Release name filter.
required: false
type: string
- name: description
in: query
description: Artifact description filter. Any artifact containing this string in the description will be returned.
description: Release description filter.
required: false
type: string
- name: device_type
in: query
description: Artifact device type filter. Any artifact containing this string in the device type will be returned.
description: Release device type filter.
required: false
type: string
responses:
Expand Down Expand Up @@ -1168,17 +1168,17 @@ paths:
parameters:
- name: name
in: query
description: Artifact name prefix filter.
description: Artifact name filter.
required: false
type: string
- name: description
in: query
description: Artifact description filter. Any artifact containing this string in the description will be returned.
description: Artifact description filter.
required: false
type: string
- name: device_type
in: query
description: Artifact device type filter. Any artifact containing this string in the device type will be returned.
description: Artifact device type filter.
required: false
type: string
- name: page
Expand Down
2 changes: 1 addition & 1 deletion docs/management_api_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ paths:
parameters:
- name: name
in: query
description: Release name prefix filter.
description: Release name filter.
required: false
type: string
- name: tag
Expand Down

0 comments on commit b09642e

Please sign in to comment.