Commit 2e1124c
committed
fix: call
The endpoint is live in market-api (v2_routes.rs:593) but its handler
lacks a `#[utoipa::path]` macro, so it's absent from the regenerated
OpenAPI schema. Drop the typed client for this call and use fetch
directly — matches the pattern in sfcompute.com's feature-flags
provider./v2/feature_flags/{id} via raw fetch1 parent effb4e6 commit 2e1124c
1 file changed
Lines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
91 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
92 | 97 | | |
93 | | - | |
94 | 98 | | |
95 | 99 | | |
96 | 100 | | |
| |||
0 commit comments