diff --git a/specs/engage-digital_openapi3.yaml b/specs/engage-digital_openapi3.yaml index d0c54d7..266f23f 100644 --- a/specs/engage-digital_openapi3.yaml +++ b/specs/engage-digital_openapi3.yaml @@ -389,6 +389,15 @@ paths: required: false schema: type: boolean + - description: An array containing the new categories to add on the thread. + explode: true + in: query + name: 'thread_category_ids[]' + required: false + schema: + items: + type: string + type: array responses: '200': content: diff --git a/specs/engage-digital_postman2.json b/specs/engage-digital_postman2.json index 730b520..dce4f21 100644 --- a/specs/engage-digital_postman2.json +++ b/specs/engage-digital_postman2.json @@ -535,6 +535,12 @@ "value": "\u003cboolean\u003e", "description": "Wether if the thread should be closed at the same time.", "disabled": true + }, + { + "key": "thread_category_ids[]", + "value": "\u003carray.string.csv\u003e", + "description": "An array containing the new categories to add on the thread.", + "disabled": true } ] },