ReadMe · Arazzo Workflow
ReadMe Create A Category With A Guide
Version 1.0.0
Create a sidebar category and immediately add a guide page to it.
View Spec
View on GitHub
DocumentationDeveloper HubAPI ReferencePortalsAnalyticsAIMCPBi-Directional SyncArazzoWorkflows
Provider
Workflows
create-category-with-guide
Create a category then create a guide inside it and verify the guide.
Creates a category on the supplied branch, creates a guide page assigned to that category, and reads the guide back by slug to confirm creation.
1
createCategory
{$sourceDescriptions.readmeApi.url}#/paths/~1branches~1{branch}~1categories/post
Create a guide-type sidebar category on the target branch to group the new guide under.
2
createGuide
{$sourceDescriptions.readmeApi.url}#/paths/~1branches~1{branch}~1guides/post
Create a guide page on the same branch assigned to the category just created.
3
getGuide
{$sourceDescriptions.readmeApi.url}#/paths/~1branches~1{branch}~1guides~1{slug}/get
Read the created guide back by slug to confirm it was published.