Commit 4b3a79a
feat: add message param and error responses to createTicket (#632)
## Summary
- Add `message` parameter to the `createTicket` endpoint request body
for OAuth ticket creation
- Add 401 (Unauthorized) and 422 (Unprocessable Entity) error response
schemas to `createTicket`
- Bump version to 2.51.0 to match release
- Rebuild Go client with updated models
## Test plan
- [ ] CI passes (`npm test` — lint, build, unit tests)
- [ ] Go client compiles with new models
- [ ] Verify `createTicket` endpoint accepts `message` in request body
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 6c485a0 commit 4b3a79a
3 files changed
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments