Share HTTP API boolean query schema (#26615)
This commit is contained in:
parent
6d130e5deb
commit
16866e1180
7 changed files with 38 additions and 25 deletions
|
|
@ -524,7 +524,10 @@ const scenarios: Scenario[] = [
|
|||
yield* ctx.worktreeRemove(ctx.state.directory)
|
||||
}),
|
||||
),
|
||||
http.protected.get("/experimental/session", "experimental.session.list").json(200, array),
|
||||
http.protected
|
||||
.get("/experimental/session", "experimental.session.list")
|
||||
.at((ctx) => ({ path: "/experimental/session?roots=false&archived=false", headers: ctx.headers() }))
|
||||
.json(200, array),
|
||||
http.protected.get("/experimental/resource", "experimental.resource.list").json(),
|
||||
http.protected
|
||||
.post("/sync/history", "sync.history.list")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue