Commit fe0e41f
committed
Fix book_feedback validation and CEL has() syntax
- Add book_feedback to InteractionCreate.input_type regex pattern so
clients can submit feedback without getting a 422
- Fix CEL has() macro to use field-path syntax: has(obj.field) not
has(obj, 'field')1 parent f609e16 commit fe0e41f
File tree
2 files changed
+2
-2
lines changed- app/schemas
- scripts/fixtures
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
| 468 | + | |
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments