Skip to content

Commit d76a6bd

Browse files
author
github-actions
committed
Update REST API documentation Thu Apr 9 09:47:07 UTC 2026
1 parent 24c038d commit d76a6bd

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

restapi.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1983,6 +1983,16 @@
19831983
"maximum": 100,
19841984
"minimum": 1
19851985
}
1986+
},
1987+
{
1988+
"name": "subject",
1989+
"in": "query",
1990+
"description": "Filter campaigns by subject (partial match)",
1991+
"required": false,
1992+
"schema": {
1993+
"type": "string",
1994+
"maxLength": 50
1995+
}
19861996
}
19871997
],
19881998
"responses": {

0 commit comments

Comments
 (0)