publish_release
Execute the publication of a specified release in Storyblok CMS by providing a release ID, enabling streamlined content deployment and management through automated workflows.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
release_id | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"release_id": {
"type": "string"
}
},
"required": [
"release_id"
],
"type": "object"
}