From c7bf74d8796b0e219f1846da907ff937afc6cca4 Mon Sep 17 00:00:00 2001 From: GitHub Action Bot Date: Fri, 12 May 2023 20:54:40 +0000 Subject: [PATCH] Automated commit by github action: 4962928008 --- .../idn/beta/paths/managed-cluster-log-config.yaml | 6 ++---- .../api-specs/idn/beta/schemas/ClientLogConfiguration.yaml | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/static/api-specs/idn/beta/paths/managed-cluster-log-config.yaml b/static/api-specs/idn/beta/paths/managed-cluster-log-config.yaml index e80e9ac72..ffc3fae81 100644 --- a/static/api-specs/idn/beta/paths/managed-cluster-log-config.yaml +++ b/static/api-specs/idn/beta/paths/managed-cluster-log-config.yaml @@ -20,9 +20,7 @@ get: content: application/json: schema: - type: array - items: - $ref: '../schemas/ClientLogConfiguration.yaml' + $ref: '../schemas/ClientLogConfiguration.yaml' "400": $ref: '../../v3/responses/400.yaml' "401": @@ -42,7 +40,7 @@ put: - Managed Clusters summary: Update managed cluster's log configuration description: Update managed cluster's log configuration - operationId: updateClientLogConfiguration + operationId: putClientLogConfiguration parameters: - name: id in: path diff --git a/static/api-specs/idn/beta/schemas/ClientLogConfiguration.yaml b/static/api-specs/idn/beta/schemas/ClientLogConfiguration.yaml index 4d40e87c3..720b71e67 100644 --- a/static/api-specs/idn/beta/schemas/ClientLogConfiguration.yaml +++ b/static/api-specs/idn/beta/schemas/ClientLogConfiguration.yaml @@ -28,7 +28,7 @@ properties: $ref: './StandardLevel.yaml' logLevels: description: Map of log level by key. The keys are logging classes, and the values are logging levels. To see the available connectors and their logging classes, refer to the "Logging Classes" table in [Enabling Connector Logging in IdentityNow](https://community.sailpoint.com/t5/IdentityNow-Articles/Enabling-Connector-Logging-in-IdentityNow/ta-p/188107). - example: '{ + example: { "sailpoint.connector.ADLDAPConnector": "TRACE" - }' + } $ref: './LogLevelSpec.yaml'