Source

This page was generated with Wiki Builder. Do not change the format!

Info

Edit the settings of an optional conversation/chat channel. Requires admin permissions to the group.

Parameters

Path Parameters

Name Schema Required Description
conversationId integer:int64 Yes Conversation Id of the channel being edited.
groupId integer:int64 Yes Group ID of the group to edit.

Query String Parameters

None

Example

Request

POST https://www.bungie.net/Platform/GroupV2/{groupId}/OptionalConversations/Edit/{conversationId}/

{
    // Type: boolean:nullable
    "chatEnabled": false,
    // Type: string
    "chatName": "",
    // Type: integer:int32:nullable
    "chatSecurity": 0,
    // Type: GroupOptionalConversationEditRequest
}

Response

PlatformErrorCode: 200

{
    // Type: integer:int64
    "Response": 0,
    // Type: PlatformErrorCodes:Enum
    "ErrorCode": 0,
    // Type: integer:int32
    "ThrottleSeconds": 0,
    // Type: string
    "ErrorStatus": "",
    // Type: string
    "Message": "",
    // Type: Dictionary<string,string>
    "MessageData": {
        "{string}": ""
    },
    // Type: object
}

References

  1. https://bungie-net.github.io/multi/operation_post_GroupV2-EditOptionalConversation.html#operation_post_GroupV2-EditOptionalConversation