diff --git a/openapi/platform/platform.yaml b/openapi/platform/platform.yaml index 10efeddc..0d67a03c 100644 --- a/openapi/platform/platform.yaml +++ b/openapi/platform/platform.yaml @@ -314,6 +314,14 @@ paths: in: query name: 'fields[businessLocations]' description: 'Filter businessLocations by the following fields: name, phoneNumbers, customerIdentifier, geoCoordinate, serviceAreaBusiness, hours, and updatedAt. These fields will be included in the response.' + - schema: + type: array + items: + type: string + example: 'AG-48LGLT73KS,AG-5T6774ML4T' + in: query + name: 'filter[id]' + description: Filter businessLocations by ids security: - OAuth2Demo: - business @@ -2446,6 +2454,14 @@ paths: in: query name: 'fields[salesAccounts]' description: 'Filter salesAccounts by the following fields: name, phoneNumbers, customerIdentifier, geoCoordinate, serviceAreaBusiness, hours, and updatedAt. These fields will be included in the response.' + - schema: + type: array + items: + type: string + example: 'AG-48LGLT73KS,AG-5T6774ML4T' + in: query + name: 'filter[id]' + description: Filter salesAccounts by ids security: - OAuth2Demo: - sales.account