v14
OpenAPI 3.0.32026-08-04377889.4 MBPUT /v2/:teamSlug/:projectSlug/:repositoryName/blobs/uploads/:uuid?digest=<digest> Complete the blob upload. This may include a final chunk of data in the request body (monolithic upload) or just finalize a previous chunked upload.
put/v2/{teamSlug}/{projectSlug}/{repositoryName}/blobs/uploads/{uuid}
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.
uuidstring required
Blob upload session identifier.
Example:0123456789abcdef0123456789abcdef01234567
Blob upload session identifier.
Query parameters
digeststring required
Content-addressable digest (algorithm:hex).
Example:sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
Content-addressable digest (algorithm:hex).
Response
{"stackTrail":"paths:/v2/{teamSlug}/{projectSlug}/{repositoryName}/blobs/uploads/{uuid}:put:responses:201:content:application/json:schema","oasType":"schema","type":"unknown","nullable":true}