curl --request POST \
--url https://api.posta.co/assets/{id}/versions/{versionId}/publish \
--header 'X-Api-Key: <api-key>'{
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"status": 400,
"errors": {}
}Publish a specific version of an asset.
curl --request POST \
--url https://api.posta.co/assets/{id}/versions/{versionId}/publish \
--header 'X-Api-Key: <api-key>'{
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"status": 400,
"errors": {}
}published and sets the previously published version archived, if any.Unique idempotency key for each request (e.g., V4 UUID).
The unique identifier of the asset. Format: 'ast_' followed by alphanumeric characters.
The unique identifier of the asset version to publish. Format: 'astv_' followed by alphanumeric characters.
The request has succeeded.