We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f1045 commit 9fe8f9bCopy full SHA for 9fe8f9b
1 file changed
xero-finance.yaml
@@ -1358,7 +1358,8 @@ components:
1358
detail:
1359
type: string
1360
additionalProperties: false
1361
- ProblemType:
+ ProblemTypeClosed:
1362
+ type: string
1363
enum:
1364
- NotSet
1365
- bank-account-not-found
@@ -1371,7 +1372,10 @@ components:
1371
1372
- service-unavailable
1373
- unauthorized
1374
- rate-limit-error
- type: string
1375
+ ProblemType:
1376
+ anyOf:
1377
+ - $ref: '#/components/schemas/ProblemTypeClosed'
1378
+ - type: string
1379
ReportHistoryModel:
1380
type: object
1381
properties:
0 commit comments