diff --git a/api-compact.yaml b/api-compact.yaml index c9dcda8c..63626d96 100644 --- a/api-compact.yaml +++ b/api-compact.yaml @@ -244,4 +244,9 @@ endpoints: type: "http" requestParameters: integration.request.header.Authorization: "method.request.header.Authorization" + integration.request.querystring.active: "method.request.querystring.active" + integration.request.querystring.enterprise_customer_uuid: "method.request.querystring.enterprise_customer_uuid" + integration.request.querystring.page: "method.request.querystring.page" + integration.request.querystring.page_size: "method.request.querystring.page_size" + integration.request.querystring.policy_type: "method.request.querystring.policy_type" uri: "https://${stageVariables.enterprise_access_host}/api/v1/subsidy-access-policies/" diff --git a/api.yaml b/api.yaml index 7805f315..2d884fdf 100644 --- a/api.yaml +++ b/api.yaml @@ -377,4 +377,9 @@ endpoints: type: http requestParameters: integration.request.header.Authorization: method.request.header.Authorization + integration.request.querystring.active: method.request.querystring.active + integration.request.querystring.enterprise_customer_uuid: method.request.querystring.enterprise_customer_uuid + integration.request.querystring.page: method.request.querystring.page + integration.request.querystring.page_size: method.request.querystring.page_size + integration.request.querystring.policy_type: method.request.querystring.policy_type uri: https://${stageVariables.enterprise_access_host}/api/v1/subsidy-access-policies/