create_release_approval
Generate release approvals for stories in Storyblok by specifying story ID, approver ID, and optional release ID. Streamline content workflow management effectively.
Instructions
Creates a release approval for a given story and release.
:param story_id: ID of the story/content entry to approve.
:param approver_id: ID of the user who will approve the release.
:param release_id: ID of the release to include in the approval (optional).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
approver_id | Yes | ||
release_id | No | ||
story_id | Yes |