diff --git a/data/specs/api/openapi.yml b/data/specs/api/openapi.yml index 45ee3398a..d0e8cc8c4 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 @@ -7270,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