v1

latestOpenAPI 3.0.32026-07-22194221292.5 KB
images

Accept a pending image share

Accepts a pending cross-account image share and copies the image metadata to the target workspace. Caller must be an admin of the target workspace.

post/pending-image-shares/{pendingShareId}/accept

Query parameters

forceboolean

When true, overwrite conflicting tags in the target workspace instead of returning 409.

Response

successful operation

Example response

{
  "metadata": {
    "events": [
      {
        "message": "Deployment successful",
        "revision": "rev-abc123",
        "status": "DEPLOYED",
        "time": "2025-01-15T10:30:00Z",
        "type": "deployment"
      }
    ]
  }
}