|
64 | 64 | },
|
65 | 65 | "description": "Bad Request"
|
66 | 66 | },
|
67 |
| - "DownloadAuditLogEntries": { |
| 67 | + "DownloadAuditLogEntriesResponse": { |
68 | 68 | "content": {
|
69 | 69 | "application/json": {
|
70 | 70 | "schema": {
|
|
89 | 89 | }
|
90 | 90 | }
|
91 | 91 | },
|
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 | + } |
93 | 96 | },
|
94 | 97 | "NotFound": {
|
95 | 98 | "content": {
|
|
450 | 453 | "/v2/folders/{folderId}": {
|
451 | 454 | "get": {
|
452 | 455 | "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", |
454 | 457 | "parameters": [
|
455 | 458 | {
|
456 | 459 | "$ref": "#/components/parameters/mandatory-start-time-range"
|
|
467 | 470 | ],
|
468 | 471 | "responses": {
|
469 | 472 | "200": {
|
470 |
| - "$ref": "#/components/responses/DownloadAuditLogEntries" |
| 473 | + "$ref": "#/components/responses/DownloadAuditLogEntriesResponse" |
471 | 474 | },
|
472 | 475 | "400": {
|
473 | 476 | "$ref": "#/components/responses/BadRequest"
|
|
508 | 511 | "/v2/organizations/{organizationId}": {
|
509 | 512 | "get": {
|
510 | 513 | "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", |
512 | 515 | "parameters": [
|
513 | 516 | {
|
514 | 517 | "$ref": "#/components/parameters/mandatory-start-time-range"
|
|
525 | 528 | ],
|
526 | 529 | "responses": {
|
527 | 530 | "200": {
|
528 |
| - "$ref": "#/components/responses/DownloadAuditLogEntries" |
| 531 | + "$ref": "#/components/responses/DownloadAuditLogEntriesResponse" |
529 | 532 | },
|
530 | 533 | "400": {
|
531 | 534 | "$ref": "#/components/responses/BadRequest"
|
|
566 | 569 | "/v2/projects/{projectId}": {
|
567 | 570 | "get": {
|
568 | 571 | "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", |
570 | 573 | "parameters": [
|
571 | 574 | {
|
572 | 575 | "$ref": "#/components/parameters/mandatory-start-time-range"
|
|
583 | 586 | ],
|
584 | 587 | "responses": {
|
585 | 588 | "200": {
|
586 |
| - "$ref": "#/components/responses/DownloadAuditLogEntries" |
| 589 | + "$ref": "#/components/responses/DownloadAuditLogEntriesResponse" |
587 | 590 | },
|
588 | 591 | "400": {
|
589 | 592 | "$ref": "#/components/responses/BadRequest"
|
|
0 commit comments