{ "User": { }, "Brushes": { "IncludeTags": ["classroom"], }, "Video": { }, "Flags": { }, "Export": { }, }
Result should be only a single page of brushes that have been tagged with "classroom".{ "User": { }, "Brushes": { "IncludeTags": ["classroom"], "ExcludeTags": ["test"] }, "Video": { }, "Flags": { }, "Export": { }, }
Result should be only a single page of brushes that have been tagged with "classroom" minus the brush tagged with "test".{ "User": { }, "Brushes": { "ExcludeTags": ["classroom"] }, "Video": { }, "Flags": { }, "Export": { }, }
Result should be all of the brushes minus those tagged with classroom.