Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down
3 changes: 3 additions & 0 deletions spec3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading