Skip to content

Commit

Permalink
feat(BUX-685): default filter
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-4chain committed Apr 5, 2024
1 parent 1d001f2 commit 2a2f043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/destinations/methods.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
// SearchRequestDestinationParameters is a struct for handling request parameters for search requests
type SearchRequestDestinationParameters struct {
// Custom conditions used for filtering the search results
Conditions *filter.DestinationFilter `json:"conditions,omitempty"`
Conditions filter.DestinationFilter `json:"conditions"`
// Accepts a JSON object for embedding custom metadata, enabling arbitrary additional information to be associated with the resource
Metadata *engine.Metadata `json:"metadata,omitempty" swaggertype:"object,string" example:"key:value,key2:value2"`
// Pagination and sorting options to streamline data exploration and analysis
Expand Down

0 comments on commit 2a2f043

Please # to comment.