ReadMe · Arazzo Workflow
ReadMe Stand Up A New Version With Starter Docs
Version 1.0.0
Create a branch (version), add a category, and seed it with a first guide.
View Spec
View on GitHub
DocumentationDeveloper HubAPI ReferencePortalsAnalyticsAIMCPBi-Directional SyncArazzoWorkflows
Provider
Workflows
create-branch-with-guide
Create a new branch, a category on it, and a starter guide in the category.
Creates a branch, then a category on the new branch, then a guide page assigned to that category to seed the version with starter content.
1
createBranch
{$sourceDescriptions.readmeApi.url}#/paths/~1branches/post
Create a new branch (version) to hold the starter documentation.
2
createCategory
{$sourceDescriptions.readmeApi.url}#/paths/~1branches~1{branch}~1categories/post
Create a guide-type category on the newly created branch.
3
createGuide
{$sourceDescriptions.readmeApi.url}#/paths/~1branches~1{branch}~1guides/post
Create a starter guide assigned to the new category.