Commit fe48d21
committed
fix: map integration link guard to API v2 conflicts
The v2 item and workspace delete routes replaced the internal handlers that
translated the protected-link guard into HTTP 409. Without a mapping the guard
surfaced as a 500, so both error funnels now return the same conflict response
as the v1 handlers.1 parent 5b92692 commit fe48d21
2 files changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
718 | 721 | | |
719 | 722 | | |
720 | 723 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| 264 | + | |
| 265 | + | |
264 | 266 | | |
265 | 267 | | |
266 | 268 | | |
| |||
0 commit comments