Automated commit by github action: 4619891339

This commit is contained in:
GitHub Action Bot
2023-04-05 14:59:37 +00:00
parent 85650339f7
commit bdb66ef99e
4 changed files with 11 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ get:
content:
application/json:
schema:
type: object
type: array
items:
oneOf:
- $ref: '../schemas/SlimAccount.yaml'

View File

@@ -43,7 +43,9 @@ get:
content:
application/json:
schema:
$ref: '../schemas/V3ConnectorDto.yaml'
type: array
items:
$ref: '../schemas/V3ConnectorDto.yaml'
'400':
$ref: '../../v3/responses/400.yaml'
'401':

View File

@@ -40,7 +40,9 @@ get:
content:
application/json:
schema:
$ref: '../schemas/TaggedObject.yaml'
type: array
items:
$ref: '../schemas/TaggedObject.yaml'
'400':
$ref: '../../v3/responses/400.yaml'
'401':

View File

@@ -40,6 +40,10 @@ allOf:
type: string
description: The ID of the source for which this account belongs
example: 2c9180835d2e5168015d32f890ca1581
sourceName:
type: string
description: The name of the source
example: Large Source
identityId:
type: string
description: The ID of the identity for which this account is correlated to if not uncorrelated