Publish one exact Artifact revision into another Scope

POST
/v1/artifact-publications

Memory publication is rejected until its complete family-owned state can be created atomically in the target Scope.

Authorization

BearerAuth
AuthorizationBearer <token>

Static bearer token used when local Server authentication is enabled.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/artifact-publications" \  -H "Content-Type: application/json" \  -d '{    "source": {      "scope_id": "string",      "artifact": {        "family": "string",        "artifact_id": "string",        "revision": 1      }    },    "target_scope_id": "string",    "idempotency_key": "string"  }'
{  "source": {    "scope_id": "string",    "artifact": {      "family": "string",      "artifact_id": "string",      "revision": 1    }  },  "target": {    "scope_id": "string",    "artifact": {      "family": "string",      "artifact_id": "string",      "revision": 1    }  },  "content_digest": "string"}