Skip to content

Commit dcd30fb

Browse files
chore: Update documentation artefacts
1 parent a84ba89 commit dcd30fb

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

openapi.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18943,11 +18943,22 @@ components:
1894318943
AmplitudeListResponse:
1894418944
type: object
1894518945
properties:
18946-
listId:
18946+
list_id:
1894718947
type: string
1894818948
format: uuid
18949+
response:
18950+
$ref: '#/components/schemas/AmplitudeListResponseEnvelope'
1894918951
required:
18950-
- listId
18952+
- list_id
18953+
- response
18954+
AmplitudeListResponseEnvelope:
18955+
type: object
18956+
properties:
18957+
list_id:
18958+
type: string
18959+
format: uuid
18960+
required:
18961+
- list_id
1895118962
AuditLogList:
1895218963
type: object
1895318964
properties:

0 commit comments

Comments
 (0)