We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38ee80 commit 8a8b0b7Copy full SHA for 8a8b0b7
fern/openapi-overrides.yml
@@ -121,6 +121,15 @@ paths:
121
- companies
122
x-fern-sdk-method-name: retrieve
123
x-fern-request-name: RetrieveCompanyRequest
124
+ responses:
125
+ "200":
126
+ content:
127
+ application/json:
128
+ schema:
129
+ "$ref": null
130
+ oneOf:
131
+ - $ref: "#/components/schemas/company"
132
+ - $ref: "#/components/schemas/company_list"
133
post:
134
x-fern-sdk-group-name:
135
@@ -1419,6 +1428,10 @@ components:
1419
1428
type:
1420
1429
enum:
1421
1430
- tag
1431
+ ticket_custom_attributes:
1432
+ x-fern-type: map<string, unknown>
1433
+ ticket_request_custom_attributes:
1434
1422
1435
ticket_type_attribute:
1423
1436
properties:
1424
1437
data_type:
0 commit comments