-
Notifications
You must be signed in to change notification settings - Fork 978
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 in 98c09bf
func (api *API) fetchTemplates(mutate func(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.
Metadata
Metadata
Assignees
Labels
apiArea: HTTP APIArea: HTTP API