Inspect customizations on a Draft
Returns the changed file paths from the latest Draft inspection. Read conflicts for all three file versions, and read the Draft for package-check readiness.
Authorization
apiKey Organization API key from the console (ak_...), or an OAuth access token with user:org:read, the organization selected during consent, and the capability required by the operation.
In: header
Path Parameters
Stable identifier for one configured generated product.
^tgt_[a-z0-9]{16}$Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/targets/tgt_5m8q2v7k1p9d4h6c/draft/customizations"{ "target_id": "tgt_5m8q2v7k1p9d4h6c", "head_revision": "0123456789abcdef0123456789abcdef01234567", "request_id": "req_3k8m1v6q9p2d7h4c", "object": "draft_customizations", "status": "available", "changes": [ { "path": "src/helper.ts", "kind": "added" } ]}Retry publication of an exact Target release POST
Retries publication of the specified release through its repository workflow. Uses that release's version and accepted commit, even if a newer Draft or release exists. A `502` response means the repository publication workflow could not be dispatched.
Inspect conflicts on a Draft GET
Returns every conflict with its base, repository, and incoming file bytes and modes in one response. An absent file is null. incoming_source distinguishes generated changes, default-branch changes, and recovered saved Draft code. Saved decisions require a separate Generate before conflicts clear.