Skip to content

Commit 94b1208

Browse files
OAS Update
1 parent cb3f62a commit 94b1208

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

services/auditlog/v2/auditlog.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"description": "Bad Request"
6666
},
67-
"DownloadAuditLogEntries": {
67+
"DownloadAuditLogEntriesResponse": {
6868
"content": {
6969
"application/json": {
7070
"schema": {
@@ -89,7 +89,10 @@
8989
}
9090
}
9191
},
92-
"description": "Contains an array of all matched audit log entries and a pagination cursor."
92+
"description": "Contains an array of all matched audit log entries and a pagination cursor.",
93+
"x-stackit-sdk": {
94+
"schema-name": "ListAuditLogEntriesResponse"
95+
}
9396
},
9497
"NotFound": {
9598
"content": {
@@ -450,7 +453,7 @@
450453
"/v2/folders/{folderId}": {
451454
"get": {
452455
"description": "Returns all audit log entries of the folder for the specified period. \\\nPeriod must not be longer than 24 hours within the last 90 days.\n",
453-
"operationId": "download-folder-audit-entries",
456+
"operationId": "ListFolderAuditLogEntries",
454457
"parameters": [
455458
{
456459
"$ref": "#/components/parameters/mandatory-start-time-range"
@@ -467,7 +470,7 @@
467470
],
468471
"responses": {
469472
"200": {
470-
"$ref": "#/components/responses/DownloadAuditLogEntries"
473+
"$ref": "#/components/responses/DownloadAuditLogEntriesResponse"
471474
},
472475
"400": {
473476
"$ref": "#/components/responses/BadRequest"
@@ -508,7 +511,7 @@
508511
"/v2/organizations/{organizationId}": {
509512
"get": {
510513
"description": "Returns all audit log entries of the organization for the specified period. \\\nPeriod must not be longer than 24 hours within the last 90 days.\n",
511-
"operationId": "download-organization-audit-entries",
514+
"operationId": "ListOrganizationAuditLogEntries",
512515
"parameters": [
513516
{
514517
"$ref": "#/components/parameters/mandatory-start-time-range"
@@ -525,7 +528,7 @@
525528
],
526529
"responses": {
527530
"200": {
528-
"$ref": "#/components/responses/DownloadAuditLogEntries"
531+
"$ref": "#/components/responses/DownloadAuditLogEntriesResponse"
529532
},
530533
"400": {
531534
"$ref": "#/components/responses/BadRequest"
@@ -566,7 +569,7 @@
566569
"/v2/projects/{projectId}": {
567570
"get": {
568571
"description": "Returns all audit log entries of the project for the specified period. \\\nPeriod must not be longer than 24 hours within the last 90 days.\n",
569-
"operationId": "download-project-audit-entries",
572+
"operationId": "ListProjectAuditLogEntries",
570573
"parameters": [
571574
{
572575
"$ref": "#/components/parameters/mandatory-start-time-range"
@@ -583,7 +586,7 @@
583586
],
584587
"responses": {
585588
"200": {
586-
"$ref": "#/components/responses/DownloadAuditLogEntries"
589+
"$ref": "#/components/responses/DownloadAuditLogEntriesResponse"
587590
},
588591
"400": {
589592
"$ref": "#/components/responses/BadRequest"

0 commit comments

Comments
 (0)