action slicebox_post_filtering_filters { label: "post_filtering_filters" description: "Inserts or updates a filter. If a filter with same name as supplied filter exists this filter is updated, otherwise a new filter is inserted." provider: slicebox method: POST path: "/filtering/filters" encoding: json output: { type: "object" additionalProperties: true } }