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