Skip to content

Commit 3560f04

Browse files
authored
Merge pull request #342 from swu000/patch-2
Fix referrers API query string example
2 parents 1d506c4 + ada7b35 commit 3560f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ Each response is an image index with different descriptors in the `manifests` fi
567567
The `Link` header MUST be set according to [RFC5988](https://www.rfc-editor.org/rfc/rfc5988.html) with the Relation Type `rel="next"`.
568568

569569
The registry SHOULD support filtering on `artifactType`.
570-
To fetch the list of referrers with a filter, perform a `GET` request to a path in the following format: `/v2/<name>/referrers/<digest>?artifacttype=<mediaType>` <sup>[end-12b](#endpoints)</sup>.
570+
To fetch the list of referrers with a filter, perform a `GET` request to a path in the following format: `/v2/<name>/referrers/<digest>?artifactType=<mediaType>` <sup>[end-12b](#endpoints)</sup>.
571571
If filtering is requested and applied, the response MUST include an annotation (`org.opencontainers.referrers.filtersApplied`) denoting that an `artifactType` filter was applied.
572572
If multiple filters are applied, the annotation MUST contain a comma separated list of applied filters.
573573

0 commit comments

Comments
 (0)