/
/Bencher API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 6d ago
auth10
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
organizations23
projects52
run1
runners9
server10
specs5
users13
    oci

    OCI API version check endpoint

    Returns 200 OK if a valid Bearer token is provided. Returns 401 Unauthorized with WWW-Authenticate header if not authenticated. Accepts auth (user) and public (anonymous) OCI tokens.

    get/v2

    Changes