ReadMe · Arazzo Workflow
ReadMe Upload An API Definition And Verify
Version 1.0.0
Upload an OpenAPI definition to a branch and read the created definition back.
View Spec
View on GitHub
DocumentationDeveloper HubAPI ReferencePortalsAnalyticsAIMCPBi-Directional SyncArazzoWorkflows
Provider
Workflows
upload-api-definition
Upload an API definition to a branch then fetch it back by id.
Uploads an API definition to the target branch and reads the created definition back by its id to confirm successful ingestion.
1
uploadDefinition
{$sourceDescriptions.readmeApi.url}#/paths/~1branches~1{branch}~1apis/post
Upload the API definition to the target branch.
2
getDefinition
{$sourceDescriptions.readmeApi.url}#/paths/~1branches~1{branch}~1apis~1{id}/get
Read the created API definition back by id to confirm ingestion.