ReadMe · Arazzo Workflow
ReadMe Upsert A Category
Version 1.0.0
Find a category by slug and update it if it exists, otherwise create it.
View Spec
View on GitHub
DocumentationDeveloper HubAPI ReferencePortalsAnalyticsAIMCPBi-Directional SyncArazzoWorkflows
Provider
Workflows
upsert-category
Update a category if its slug exists on the branch, otherwise create it.
Lists categories on the branch, looks for one whose slug matches the target, and branches to update the existing category or create a new one.
1
listCategories
{$sourceDescriptions.readmeApi.url}#/paths/~1branches~1{branch}~1categories/get
List categories on the branch to detect whether the target slug exists.
2
updateCategory
{$sourceDescriptions.readmeApi.url}#/paths/~1branches~1{branch}~1categories~1{slug}/put
Update the existing category identified by slug.
3
createCategory
{$sourceDescriptions.readmeApi.url}#/paths/~1branches~1{branch}~1categories/post
Create a new category when no category with the target slug exists.