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