Source

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

Info

Edit an existing group's clan banner. You must have suitable permissions in the group to perform this operation. All fields are required.

Parameters

Path Parameters

Name Schema Required Description
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}/EditClanBanner/

{
    // Type: integer:uint32
    "decalId": 0,
    // Type: integer:uint32
    "decalColorId": 0,
    // Type: integer:uint32
    "decalBackgroundColorId": 0,
    // Type: integer:uint32
    "gonfalonId": 0,
    // Type: integer:uint32
    "gonfalonColorId": 0,
    // Type: integer:uint32
    "gonfalonDetailId": 0,
    // Type: integer:uint32
    "gonfalonDetailColorId": 0,
    // Type: ClanBanner
}

Response

PlatformErrorCode: 200

{
    // Type: integer:int32
    "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-EditClanBanner.html#operation_post_GroupV2-EditClanBanner