fix(hooks): return 200 instead of 202 for webhook responses#28204
fix(hooks): return 200 instead of 202 for webhook responses#28204shakkernerd merged 3 commits intoopenclaw:mainfrom
Conversation
Greptile SummaryChanged webhook endpoint response status from
Confidence Score: 4/5
Last reviewed commit: 426b887 |
Additional Comments (1)
Prompt To Fix With AIThis is a comment left during a code review.
Path: docs/automation/webhook.md
Line: 162
Comment:
Update to reflect new behavior - should be `200` instead of `202`
```suggestion
- `200` for `/hooks/agent` (async run started)
```
How can I resolve this? If you propose a fix, please make it concise. |
3aaf531 to
c85b6c0
Compare
|
🤖 We're reviewing this PR with Aisle We're running a security check on the changes in this PR now. This usually takes a few minutes. ⌛ Progress:
Latest run failed. Keeping previous successful results. Trace ID: Last updated on: 2026-03-03T00:14:03Z Latest run failed. Keeping previous successful results. Trace ID: Last updated on: 2026-03-03T00:25:57Z |
c85b6c0 to
b507a3c
Compare
b507a3c to
796d9ab
Compare
|
Merged via squash. Thanks @Glucksberg! |
|
🤖 We're reviewing this PR with Aisle We're running a security check on the changes in this PR now. This usually takes a few minutes. ⌛ Progress:
Latest run failed. Keeping previous successful results. Trace ID: Last updated on: 2026-03-03T00:21:45Z |
…#28204) * fix(hooks): return 200 instead of 202 for webhook responses (openclaw#22036) * docs(webhook): document 200 status for hooks agent * chore(changelog): add webhook ack note openclaw#28204 thanks @Glucksberg --------- Co-authored-by: Shakker <shakkerdroid@gmail.com>
…#28204) * fix(hooks): return 200 instead of 202 for webhook responses (openclaw#22036) * docs(webhook): document 200 status for hooks agent * chore(changelog): add webhook ack note openclaw#28204 thanks @Glucksberg --------- Co-authored-by: Shakker <shakkerdroid@gmail.com>
…#28204) * fix(hooks): return 200 instead of 202 for webhook responses (openclaw#22036) * docs(webhook): document 200 status for hooks agent * chore(changelog): add webhook ack note openclaw#28204 thanks @Glucksberg --------- Co-authored-by: Shakker <shakkerdroid@gmail.com>
…#28204) * fix(hooks): return 200 instead of 202 for webhook responses (openclaw#22036) * docs(webhook): document 200 status for hooks agent * chore(changelog): add webhook ack note openclaw#28204 thanks @Glucksberg --------- Co-authored-by: Shakker <shakkerdroid@gmail.com>
Summary
202 Acceptedto200 OKfor successfully dispatched agent hook requests200status and bounces with550on any other codeCloses #22036
Test plan
server.hooks.test.tstests updated and passing (7/7)🤖 Generated with Claude Code