Skip to content

Commit ea39856

Browse files
authored
Update openapi spec and regenerate libs (#1168)
Update openapi spec and regenerate libs
1 parent 112fec0 commit ea39856

File tree

3 files changed

+74
-2
lines changed

3 files changed

+74
-2
lines changed

go/internal/openapi/api_inbound.go

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

go/internal/openapi/model_environment_settings_out.go

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1467,6 +1467,10 @@
14671467
"$ref": "#/components/schemas/CustomThemeOverride",
14681468
"nullable": true
14691469
},
1470+
"displayName": {
1471+
"nullable": true,
1472+
"type": "string"
1473+
},
14701474
"enableChannels": {
14711475
"default": false,
14721476
"type": "boolean"
@@ -10171,7 +10175,7 @@
1017110175
},
1017210176
"/api/v1/app/{app_id}/inbound/msg/{inbound_token}/": {
1017310177
"post": {
10174-
"description": "Handles a raw inbound webhook for the application",
10178+
"description": "Handles a raw inbound webhook for the application.",
1017510179
"operationId": "v1.inbound.msg",
1017610180
"parameters": [
1017710181
{
@@ -10198,6 +10202,20 @@
1019810202
},
1019910203
"style": "simple"
1020010204
},
10205+
{
10206+
"description": "The event type's name",
10207+
"in": "query",
10208+
"name": "event_type",
10209+
"schema": {
10210+
"description": "The event type's name",
10211+
"example": "user.signup",
10212+
"maxLength": 256,
10213+
"nullable": true,
10214+
"pattern": "^[a-zA-Z0-9\\-_.]+$",
10215+
"type": "string"
10216+
},
10217+
"style": "form"
10218+
},
1020110219
{
1020210220
"description": "The request's idempotency key",
1020310221
"in": "header",

0 commit comments

Comments
 (0)