PUT Premier Roster Customization

https://pd.{shard}.a.pvp.net/premier/v1/rosters/{rosterid}/customization

Set the customization (icon and colors) for a Premier roster.

Headers

URL Parameters

Other Variables

Body

type PremierRosterCustomizationBody = {
    /** UUID */
    icon: string;
    /** Unreal Engine color string */
    primaryColor: string;
    secondaryColor: string;
    tertiaryColor: string;
};

Response

type PremierRosterCustomizationResponse = unknown;