/
/Bencher API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1w ago
auth9
checkout1
oci16
  • getOCI API version check endpoint
  • getDownload a blob (GET)
  • putMonolithic upload (PUT to /v2/{name}/blobs/uploads?digest=...)
  • postStart a new blob upload (POST to /v2/{name}/blobs/uploads)
  • deleteDelete a blob (DELETE)
  • headCheck if a blob exists (HEAD) or start upload check
  • getGet upload status
  • putComplete an upload (with digest verification)
  • deleteCancel an upload
  • patchUpload a chunk of data
  • getDownload a manifest
  • putUpload a manifest
  • deleteDelete a manifest
  • headCheck if a manifest exists
  • getList referrers to a manifest
  • getList tags for a repository
organizations22
projects47
run1
runners9
server10
specs5
users7
    oci

    OCI API version check endpoint

    Returns 200 OK if authenticated and the registry implements the OCI Distribution Spec. Returns 401 Unauthorized with WWW-Authenticate header if not authenticated.

    get/v2

    Changes