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