Skip to content

Implement search filter for templates api/UI #13764

Closed
@Emyrk

Description

@Emyrk

API endpoint /templates returns all templates a user can view. This endpoint should support a search syntax the same as /workspaces.

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 API

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions