{ "opencollection": "1.0.0", "info": { "name": "App Store Connect AccessibilityDeclarations BetaBuildLocalizations API", "version": "4.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "BetaBuildLocalizations", "type": "folder" }, "items": [ { "info": { "name": "List Beta Build Localizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/betaBuildLocalizations", "params": [ { "name": "filter[locale]", "value": "", "type": "query", "description": "filter by attribute 'locale'" }, { "name": "filter[build]", "value": "", "type": "query", "description": "filter by id(s) of related 'build'" }, { "name": "fields[betaBuildLocalizations]", "value": "", "type": "query", "description": "the fields to include for returned resources of type betaBuildLocalizations" }, { "name": "fields[builds]", "value": "", "type": "query", "description": "the fields to include for returned resources of type builds" }, { "name": "limit", "value": "", "type": "query", "description": "maximum resources per page" }, { "name": "include", "value": "", "type": "query", "description": "comma-separated list of relationships to include" } ] }, "docs": "List Beta Build Localizations" }, { "info": { "name": "Create Beta Build Localizations", "type": "http" }, "http": { "method": "POST", "url": "https://api.appstoreconnect.apple.com/v1/betaBuildLocalizations", "body": { "type": "json", "data": "{}" } }, "docs": "Create Beta Build Localizations" }, { "info": { "name": "Get Beta Build Localizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/betaBuildLocalizations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[betaBuildLocalizations]", "value": "", "type": "query", "description": "the fields to include for returned resources of type betaBuildLocalizations" }, { "name": "fields[builds]", "value": "", "type": "query", "description": "the fields to include for returned resources of type builds" }, { "name": "include", "value": "", "type": "query", "description": "comma-separated list of relationships to include" } ] }, "docs": "Get Beta Build Localizations" }, { "info": { "name": "Update Beta Build Localizations", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.appstoreconnect.apple.com/v1/betaBuildLocalizations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Beta Build Localizations" }, { "info": { "name": "Delete Beta Build Localizations", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.appstoreconnect.apple.com/v1/betaBuildLocalizations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ] }, "docs": "Delete Beta Build Localizations" }, { "info": { "name": "Get Related Beta Build Localizations / Build", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/betaBuildLocalizations/:id/relationships/build", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ] }, "docs": "Get Related Beta Build Localizations / Build" }, { "info": { "name": "Get Related Beta Build Localizations / Build", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/betaBuildLocalizations/:id/build", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[builds]", "value": "", "type": "query", "description": "the fields to include for returned resources of type builds" } ] }, "docs": "Get Related Beta Build Localizations / Build" } ] } ], "bundled": true }