From 6af90a80aca8e451c40df8adc8318faa0f400c85 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Thu, 9 Jul 2026 18:25:31 -0700 Subject: [PATCH] fix: remove unused facets from documentation --- apps/docs/public/openapi.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/docs/public/openapi.yaml b/apps/docs/public/openapi.yaml index 110db62e58..be4c40ede2 100644 --- a/apps/docs/public/openapi.yaml +++ b/apps/docs/public/openapi.yaml @@ -1969,11 +1969,8 @@ paths: - `project_id` - `license` - `downloads` - - `color` - `created_timestamp` (uses Unix timestamp) - `modified_timestamp` (uses Unix timestamp) - - `date_created` (uses ISO-8601 timestamp) - - `date_modified` (uses ISO-8601 timestamp) In order to then use these facets, you need a value to filter by, as well as an operation to perform on this value. The most common operation is `:` (same as `=`), though you can also use `!=`, `>=`, `>`, `<=`, and `<`.