fetch_branch_deployments
Retrieve branch deployment details from Storyblok CMS, enabling efficient management of content workflows and branch-specific configurations. Simplifies tracking and oversight of deployment progress.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | ||
per_page | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"page": {
"type": "number"
},
"per_page": {
"type": "number"
}
},
"type": "object"
}