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'