- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
API endpoint/templates
returns all templates a user can view. This endpoint should support a search syntax the same as/workspaces
.
Line 456 in98c09bf
func (api*API)fetchTemplates(mutatefunc(r*http.Request,arg*database.GetTemplatesWithFilterParams)) http.HandlerFunc { |
Required for templates UI filtering by organization. Future search filter options can be added upon request, but not required.