Schema Substitution (YAML)
Number of APIs: 7
This collection scans a specified workspace for reusable API components stored in Qodex API objects, then scans a target API schema, and substitutes the objects where appropriate.
Please see this [workspace overview] for the most up-to-date instructions and videos on how to use this collection.
-
replace references - Replace references GET https://api.getpostman.com/apis/{{targetApiId}}/versions/{{targetApiVersionId}}/schemas/{{targetApiSchemaId}}
-
Save Reusable Objects - Get single component store GET https://api.getpostman.com/apis/{{componentApiId}}/versions
-
Save Reusable Objects - Save all version schema ids GET https://api.getpostman.com/apis/{{componentApiId}}/versions/{{versionId}}
-
replace references - Resolve any url references GET {{componentUrl}}
-
replace references - Update Schema PUT https://api.getpostman.com/apis/{{targetApiId}}/versions/{{targetApiVersionId}}/schemas/{{targetApiSchemaId}}
-
Save Reusable Objects - Get all reusable components GET https://api.getpostman.com/apis?workspace={{workspaceId}}
-
Save Reusable Objects - Save schema object GET https://api.getpostman.com/apis/{{componentApiId}}/versions/{{versionId}}/schemas/{{schemaId}}