Connect / Client / update_workspace_metadata

update_workspace_metadata

Connect.Client.update_workspace_metadata(**kwargs)

Updates the metadata of a workspace, such as its name and description.

See also: AWS API Documentation

Request Syntax

response = client.update_workspace_metadata(
    InstanceId='string',
    WorkspaceId='string',
    Name='string',
    Description='string',
    Title='string'
)
Parameters:
  • InstanceId (string) –

    [REQUIRED]

    The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

  • WorkspaceId (string) –

    [REQUIRED]

    The identifier of the workspace.

  • Name (string) – The name of the workspace.

  • Description (string) – The description of the workspace.

  • Title (string) – The title displayed for the workspace.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions