From 57c03680dd1a3a29b79569ddce8501b236327cc6 Mon Sep 17 00:00:00 2001 From: knock-eng-bot Date: Tue, 27 Jan 2026 20:24:50 +0000 Subject: [PATCH 1/4] chore: update switchboard openapi spec to v0.1.1335 --- data/specs/api/openapi.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/data/specs/api/openapi.yml b/data/specs/api/openapi.yml index 45ee3398a..ae297f1a9 100644 --- a/data/specs/api/openapi.yml +++ b/data/specs/api/openapi.yml @@ -7163,7 +7163,6 @@ paths: **Notes:** * When making this call from a client-side environment, use your publishable key along with a user token. * This endpoint’s rate limit is always scoped per-user and per-environment. This is true even for requests made without a signed user token. - * Any [attachments](/integrations/email/attachments) present in trigger data are automatically excluded from both the `data` and `activities` fields of `UserInAppFeedResponse`. operationId: listUserInAppFeedItems parameters: - description: The unique identifier of the user. From 33854e6fbb8d76c5f626f118257f2305053083a4 Mon Sep 17 00:00:00 2001 From: knock-eng-bot Date: Tue, 27 Jan 2026 21:46:20 +0000 Subject: [PATCH 2/4] chore: update switchboard openapi spec to v0.1.1336 --- data/specs/api/openapi.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/data/specs/api/openapi.yml b/data/specs/api/openapi.yml index ae297f1a9..45ee3398a 100644 --- a/data/specs/api/openapi.yml +++ b/data/specs/api/openapi.yml @@ -7163,6 +7163,7 @@ paths: **Notes:** * When making this call from a client-side environment, use your publishable key along with a user token. * This endpoint’s rate limit is always scoped per-user and per-environment. This is true even for requests made without a signed user token. + * Any [attachments](/integrations/email/attachments) present in trigger data are automatically excluded from both the `data` and `activities` fields of `UserInAppFeedResponse`. operationId: listUserInAppFeedItems parameters: - description: The unique identifier of the user. From 017f28c54e4893861d0af7af34d1b5e7ccb440c9 Mon Sep 17 00:00:00 2001 From: knock-eng-bot Date: Thu, 29 Jan 2026 19:30:26 +0000 Subject: [PATCH 3/4] chore: update switchboard openapi spec to v0.1.1338 --- data/specs/api/openapi.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/data/specs/api/openapi.yml b/data/specs/api/openapi.yml index 45ee3398a..107056064 100644 --- a/data/specs/api/openapi.yml +++ b/data/specs/api/openapi.yml @@ -3515,6 +3515,7 @@ components: pathname: /dairy/* - directive: allow pathname: /produce + search: role=admin - directive: allow pathname: / activation_url_rules: [] @@ -3591,6 +3592,11 @@ components: type: string x-struct: null x-validate: null + search: + description: The search query params to match + type: string + x-struct: null + x-validate: null type: object x-struct: null x-validate: null @@ -3607,7 +3613,7 @@ components: x-struct: null x-validate: null directive: - description: The directive for the URL pattern ('allow' or 'block') + description: The directive for the URL rule ('allow' or 'block') type: string x-struct: null x-validate: null From 2e81915b70b1e7be1fef3b3c488f121139b96912 Mon Sep 17 00:00:00 2001 From: knock-eng-bot Date: Thu, 29 Jan 2026 22:24:07 +0000 Subject: [PATCH 4/4] chore: update switchboard openapi spec to v0.1.1339 --- data/specs/api/openapi.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/specs/api/openapi.yml b/data/specs/api/openapi.yml index 107056064..d0e8cc8c4 100644 --- a/data/specs/api/openapi.yml +++ b/data/specs/api/openapi.yml @@ -7276,6 +7276,15 @@ paths: type: string x-struct: null x-validate: null + - description: Comma-separated list of field paths to exclude from the response. Use dot notation for nested fields (e.g., `entries.archived_at`). Limited to 3 levels deep. + example: entries.archived_at,entries.clicked_at + in: query + name: exclude + required: false + schema: + type: string + x-struct: null + x-validate: null - description: The cursor to fetch entries after. in: query name: after