Skip to content

Commit 91fc450

Browse files
OAS Update
1 parent c60cf1a commit 91fc450

File tree

1 file changed

+44
-33
lines changed

1 file changed

+44
-33
lines changed

services/auditlog/v2/auditlog.json

Lines changed: 44 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -67,36 +67,6 @@
6767
"schema-name": "BadRequestResponse"
6868
}
6969
},
70-
"DownloadAuditLogEntriesResponse": {
71-
"content": {
72-
"application/json": {
73-
"schema": {
74-
"properties": {
75-
"cursor": {
76-
"description": "Optional cursor if more entries are available",
77-
"type": "string"
78-
},
79-
"items": {
80-
"items": {
81-
"$ref": "#/components/schemas/AuditLogEntryResponse"
82-
},
83-
"type": "array"
84-
},
85-
"limit": {
86-
"default": 50,
87-
"description": "Maximum amount of entries requested.",
88-
"type": "number"
89-
}
90-
},
91-
"type": "object"
92-
}
93-
}
94-
},
95-
"description": "Contains an array of all matched audit log entries and a pagination cursor.",
96-
"x-stackit-sdk": {
97-
"schema-name": "ListAuditLogEntriesResponse"
98-
}
99-
},
10070
"NotFound": {
10171
"content": {
10272
"application/json": {
@@ -428,6 +398,26 @@
428398
"title": "gatewayError",
429399
"type": "object"
430400
},
401+
"ListAuditLogEntriesResponse": {
402+
"properties": {
403+
"cursor": {
404+
"description": "Optional cursor if more entries are available",
405+
"type": "string"
406+
},
407+
"items": {
408+
"items": {
409+
"$ref": "#/components/schemas/AuditLogEntryResponse"
410+
},
411+
"type": "array"
412+
},
413+
"limit": {
414+
"default": 50,
415+
"description": "Maximum amount of entries requested.",
416+
"type": "number"
417+
}
418+
},
419+
"type": "object"
420+
},
431421
"ServiceAccountDelegationInfoPrincipalResponse": {
432422
"description": "Principal in delegation chain of a service account",
433423
"properties": {
@@ -482,7 +472,14 @@
482472
],
483473
"responses": {
484474
"200": {
485-
"$ref": "#/components/responses/DownloadAuditLogEntriesResponse"
475+
"content": {
476+
"application/json": {
477+
"schema": {
478+
"$ref": "#/components/schemas/ListAuditLogEntriesResponse"
479+
}
480+
}
481+
},
482+
"description": "Contains an array of all matched audit log entries and a pagination cursor."
486483
},
487484
"400": {
488485
"$ref": "#/components/responses/BadRequest"
@@ -540,7 +537,14 @@
540537
],
541538
"responses": {
542539
"200": {
543-
"$ref": "#/components/responses/DownloadAuditLogEntriesResponse"
540+
"content": {
541+
"application/json": {
542+
"schema": {
543+
"$ref": "#/components/schemas/ListAuditLogEntriesResponse"
544+
}
545+
}
546+
},
547+
"description": "Contains an array of all matched audit log entries and a pagination cursor."
544548
},
545549
"400": {
546550
"$ref": "#/components/responses/BadRequest"
@@ -598,7 +602,14 @@
598602
],
599603
"responses": {
600604
"200": {
601-
"$ref": "#/components/responses/DownloadAuditLogEntriesResponse"
605+
"content": {
606+
"application/json": {
607+
"schema": {
608+
"$ref": "#/components/schemas/ListAuditLogEntriesResponse"
609+
}
610+
}
611+
},
612+
"description": "Contains an array of all matched audit log entries and a pagination cursor."
602613
},
603614
"400": {
604615
"$ref": "#/components/responses/BadRequest"

0 commit comments

Comments
 (0)