ReadMe · Arazzo Workflow
ReadMe Publish A Custom Page
Version 1.0.0
Create a custom page on a branch and read it back by slug.
View Spec
View on GitHub
DocumentationDeveloper HubAPI ReferencePortalsAnalyticsAIMCPBi-Directional SyncArazzoWorkflows
Provider
Workflows
publish-custom-page
Create a custom page then fetch it back by slug.
Creates a custom page on the supplied branch and reads it back by slug to confirm it was published.
1
createCustomPage
{$sourceDescriptions.readmeApi.url}#/paths/~1branches~1{branch}~1custom_pages/post
Create a custom page on the target branch.
2
getCustomPage
{$sourceDescriptions.readmeApi.url}#/paths/~1branches~1{branch}~1custom_pages~1{slug}/get
Read the created custom page back by slug to confirm publication.