diff --git a/packages/pipelines/src/api.ts b/packages/pipelines/src/api.ts index 2f67310b1b..5fdc22449d 100644 --- a/packages/pipelines/src/api.ts +++ b/packages/pipelines/src/api.ts @@ -83,7 +83,7 @@ export function getTeam(heroku: APIClient, teamId: any) { function getAppFilter(heroku: APIClient, appIds: Array) { return heroku.request>('/filters/apps', { method: 'POST', - headers: {Accept: FILTERS_HEADER, Range: 'max=1000'}, + headers: {Accept: FILTERS_HEADER, Range: 'id ..; max=1000;'}, body: {in: {id: appIds}}, }) }