{ "opencollection": "1.0.0", "info": { "name": "App Store Connect AccessibilityDeclarations CiWorkflows API", "version": "4.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "CiWorkflows", "type": "folder" }, "items": [ { "info": { "name": "Create Ci Workflows", "type": "http" }, "http": { "method": "POST", "url": "https://api.appstoreconnect.apple.com/v1/ciWorkflows", "body": { "type": "json", "data": "{}" } }, "docs": "Create Ci Workflows" }, { "info": { "name": "Get Ci Workflows", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/ciWorkflows/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[ciWorkflows]", "value": "", "type": "query", "description": "the fields to include for returned resources of type ciWorkflows" }, { "name": "fields[ciProducts]", "value": "", "type": "query", "description": "the fields to include for returned resources of type ciProducts" }, { "name": "fields[scmRepositories]", "value": "", "type": "query", "description": "the fields to include for returned resources of type scmRepositories" }, { "name": "fields[ciXcodeVersions]", "value": "", "type": "query", "description": "the fields to include for returned resources of type ciXcodeVersions" }, { "name": "fields[ciMacOsVersions]", "value": "", "type": "query", "description": "the fields to include for returned resources of type ciMacOsVersions" }, { "name": "include", "value": "", "type": "query", "description": "comma-separated list of relationships to include" } ] }, "docs": "Get Ci Workflows" }, { "info": { "name": "Update Ci Workflows", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.appstoreconnect.apple.com/v1/ciWorkflows/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Ci Workflows" }, { "info": { "name": "Delete Ci Workflows", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.appstoreconnect.apple.com/v1/ciWorkflows/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ] }, "docs": "Delete Ci Workflows" }, { "info": { "name": "List Related Ci Workflows / Build Runs", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/ciWorkflows/:id/relationships/buildRuns", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "limit", "value": "", "type": "query", "description": "maximum resources per page" } ] }, "docs": "List Related Ci Workflows / Build Runs" }, { "info": { "name": "List Related Ci Workflows / Build Runs", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/ciWorkflows/:id/buildRuns", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "filter[builds]", "value": "", "type": "query", "description": "filter by id(s) of related 'builds'" }, { "name": "sort", "value": "", "type": "query", "description": "comma-separated list of sort expressions; resources will be sorted as specified" }, { "name": "fields[ciBuildRuns]", "value": "", "type": "query", "description": "the fields to include for returned resources of type ciBuildRuns" }, { "name": "fields[builds]", "value": "", "type": "query", "description": "the fields to include for returned resources of type builds" }, { "name": "fields[ciWorkflows]", "value": "", "type": "query", "description": "the fields to include for returned resources of type ciWorkflows" }, { "name": "fields[ciProducts]", "value": "", "type": "query", "description": "the fields to include for returned resources of type ciProducts" }, { "name": "fields[scmGitReferences]", "value": "", "type": "query", "description": "the fields to include for returned resources of type scmGitReferences" }, { "name": "fields[scmPullRequests]", "value": "", "type": "query", "description": "the fields to include for returned resources of type scmPullRequests" }, { "name": "limit", "value": "", "type": "query", "description": "maximum resources per page" }, { "name": "include", "value": "", "type": "query", "description": "comma-separated list of relationships to include" }, { "name": "limit[builds]", "value": "", "type": "query", "description": "maximum number of related builds returned (when they are included)" } ] }, "docs": "List Related Ci Workflows / Build Runs" }, { "info": { "name": "Get Related Ci Workflows / Repository", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/ciWorkflows/:id/relationships/repository", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ] }, "docs": "Get Related Ci Workflows / Repository" }, { "info": { "name": "Get Related Ci Workflows / Repository", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/ciWorkflows/:id/repository", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[scmRepositories]", "value": "", "type": "query", "description": "the fields to include for returned resources of type scmRepositories" }, { "name": "fields[scmProviders]", "value": "", "type": "query", "description": "the fields to include for returned resources of type scmProviders" }, { "name": "fields[scmGitReferences]", "value": "", "type": "query", "description": "the fields to include for returned resources of type scmGitReferences" }, { "name": "include", "value": "", "type": "query", "description": "comma-separated list of relationships to include" } ] }, "docs": "Get Related Ci Workflows / Repository" } ] } ], "bundled": true }