Skip to content

Commit 4b3a79a

Browse files
biilmannclaude
andauthored
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

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@netlify/open-api",
33
"description": "Netlify's open-api definition as a module",
4-
"version": "2.50.0",
4+
"version": "2.51.0",
55
"author": "Netlify",
66
"ava": {
77
"files": [

swagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: '2.0'
22
info:
3-
version: 2.50.0
3+
version: 2.51.0
44
title: Netlify's API documentation
55
description: >-
66
Netlify is a hosting service for the programmable web. It understands your

0 commit comments

Comments
 (0)