mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-30 21:01:54 +08:00
Merge remote-tracking branch 'origin/devin/1782257319-migrate-config-to-jiti' into worktree-agent-afc9a08055d13e0a9
This commit is contained in:
commit
b7394e1bd3
@ -30,7 +30,7 @@ export const POST = createSmartRouteHandler({
|
||||
tenancy: adaptSchema,
|
||||
}).defined(),
|
||||
body: yupObject({
|
||||
run_id: yupString().defined(),
|
||||
run_id: yupString().uuid().defined(),
|
||||
}).defined(),
|
||||
method: yupString().oneOf(["POST"]).defined(),
|
||||
}),
|
||||
|
||||
@ -33,7 +33,7 @@ export const POST = createSmartRouteHandler({
|
||||
tenancy: adaptSchema,
|
||||
}).defined(),
|
||||
body: yupObject({
|
||||
run_id: yupString().defined(),
|
||||
run_id: yupString().uuid().defined(),
|
||||
github_access_token: yupString().defined(),
|
||||
commit_message: yupString().optional(),
|
||||
}).defined(),
|
||||
|
||||
@ -21,7 +21,7 @@ export const GET = createSmartRouteHandler({
|
||||
tenancy: adaptSchema,
|
||||
}).defined(),
|
||||
query: yupObject({
|
||||
run_id: yupString().defined(),
|
||||
run_id: yupString().uuid().defined(),
|
||||
}).defined(),
|
||||
}),
|
||||
response: yupObject({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user