diff --git a/spec.md b/spec.md index 955076e7..cfb098cb 100644 --- a/spec.md +++ b/spec.md @@ -751,7 +751,7 @@ This endpoint MAY be used for authentication/authorization purposes, but this is | end-6 | `PUT` | `/v2//blobs/uploads/?digest=` | `201` | `404`/`400` | | end-7 | `PUT` | `/v2//manifests/` | `201` | `404` | | end-8a | `GET` | `/v2//tags/list` | `200` | `404` | -| end-8b | `GET` | `/v2//tags/list?n=&last=` | `200` | `404` | +| end-8b | `GET` | `/v2//tags/list?n=&last=` | `200` | `404` | | end-9 | `DELETE` | `/v2//manifests/` | `202` | `404`/`400`/`405` | | end-10 | `DELETE` | `/v2//blobs/` | `202` | `404`/`405` | | end-11 | `POST` | `/v2//blobs/uploads/?mount=&from=` | `201` | `404` |