v14
latestOpenAPI 3.0.32026-08-04377889.4 MBHEAD /v2/:teamSlug/:projectSlug/:repositoryName/blobs/:digest Check whether a blob exists. Used by the Docker client before pushing a layer to avoid re-uploading content that already exists.
head/v2/{teamSlug}/{projectSlug}/{repositoryName}/blobs/{digest}
Path parameters
teamSlugstring required
Single Docker repository team slug component.
Example:team-slug
Single Docker repository team slug component.
projectSlugstring required
Single Docker repository project slug component.
Example:project-slug
Single Docker repository project slug component.
repositoryNamestring required
Single Docker repository name component.
Example:nginx
Single Docker repository name component.
digeststring required
Content-addressable digest (algorithm:hex).
Example:sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
Content-addressable digest (algorithm:hex).
Response
{"stackTrail":"paths:/v2/{teamSlug}/{projectSlug}/{repositoryName}/blobs/{digest}:head:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","nullable":true}