v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14179784.8 KB

Updates a specified logging configuration.

post/UpdateLoggingConfiguration

Request body

identifierstring required

Identifier of the logging configuration to be updated.

namestring

Logging-configuration name. The value does not need to be unique.

Response

Success

arnstring

Logging-configuration ARN, from the request (if <code>identifier</code> was an ARN).

idstring

Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.

createTimestring date-time

Time when the logging configuration was created. This is an ISO 8601 timestamp; <i>note that this is returned as a string</i>.

updateTimestring date-time

Time of the logging configuration’s last update. This is an ISO 8601 timestamp; <i>note that this is returned as a string</i>.

namestring

Logging-configuration name, from the request (if specified).

state'ACTIVE'

The state of the logging configuration. When the state is <code>ACTIVE</code>, the configuration is ready to log chat content.

tagsobject

Tags attached to the resource. Array of maps, each of the form <code>string:string (key:value)</code>.