Skip to content

Commit bc5843c

Browse files
committed
fix: nit in referrers filtering
Signed-off-by: Jesse Butler <[email protected]>
1 parent 2291163 commit bc5843c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.md

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

621621
The registry SHOULD support filtering on `artifactType`.
622-
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>.
622+
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=<artifactType>` <sup>[end-12b](#endpoints)</sup>.
623623
If filtering is requested and applied, the response MUST include a header `OCI-Filters-Applied: artifactType` denoting that an `artifactType` filter was applied.
624624
If multiple filters are applied, the header MUST contain a comma separated list of applied filters.
625625

0 commit comments

Comments
 (0)