diff --git a/spec3.json b/spec3.json index 72bbef5..acc62ec 100644 --- a/spec3.json +++ b/spec3.json @@ -8101,6 +8101,10 @@ "type": "string", "format": "uuid", "description": "Optionally filter to a specific collection" + }, + "query": { + "type": "string", + "description": "Search query to filter templates by title" } } } diff --git a/spec3.yml b/spec3.yml index 6f2d5fe..a531ba2 100644 --- a/spec3.yml +++ b/spec3.yml @@ -5612,6 +5612,9 @@ paths: type: string format: uuid description: Optionally filter to a specific collection + query: + type: string + description: Search query to filter templates by title responses: "200": description: OK