rePostPrivate / Client / update_channel

update_channel

rePostPrivate.Client.update_channel(**kwargs)

Modifies an existing channel.

See also: AWS API Documentation

Request Syntax

response = client.update_channel(
    spaceId='string',
    channelId='string',
    channelName='string',
    channelDescription='string'
)
Parameters:
  • spaceId (string) –

    [REQUIRED]

    The unique ID of the private re:Post.

  • channelId (string) –

    [REQUIRED]

    The unique ID of the private re:Post channel.

  • channelName (string) –

    [REQUIRED]

    The name for the channel. This must be unique per private re:Post.

  • channelDescription (string) – A description for the channel. This is used only to help you identify this channel.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • rePostPrivate.Client.exceptions.ValidationException

  • rePostPrivate.Client.exceptions.AccessDeniedException

  • rePostPrivate.Client.exceptions.ConflictException

  • rePostPrivate.Client.exceptions.ResourceNotFoundException

  • rePostPrivate.Client.exceptions.ThrottlingException

  • rePostPrivate.Client.exceptions.InternalServerException