diff --git a/specs/engage-digital_openapi3.yaml b/specs/engage-digital_openapi3.yaml index 3829332..5bdd08f 100644 --- a/specs/engage-digital_openapi3.yaml +++ b/specs/engage-digital_openapi3.yaml @@ -938,6 +938,12 @@ paths: schema: format: int32 type: integer + - description: Filter by type + in: query + name: type + required: false + schema: + type: string responses: '200': content: diff --git a/specs/engage-digital_postman2.json b/specs/engage-digital_postman2.json index 2a1e7e9..b399b22 100644 --- a/specs/engage-digital_postman2.json +++ b/specs/engage-digital_postman2.json @@ -1999,6 +1999,12 @@ "value": "\u003cinteger.int32\u003e", "description": "The max number of records to return. Default value is 30, max value is 150.", "disabled": true + }, + { + "key": "type", + "value": "\u003cstring\u003e", + "description": "Filter by type", + "disabled": true } ] },