Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

ModIO.APIClient.UpdateModTeamMember

Jackson Wood edited this page Mar 6, 2019 · 10 revisions

APIClient.UpdateModTeamMember

public static void UpdateModTeamMember(int modId, int teamMemberId, UpdateModTeamMemberParameters parameters, Action<APIMessage> successCallback, Action<WebRequestError> errorCallback);

Parameters

Name Description
modId Mod the team member belongs to
teamMemberId Team member to be updated
parameters The values to be updated in the team member profile
successCallback Action to execute if the request succeeds
errorCallback Action to execute if the request returns an error

Description

Submits changes to a mod team member.

Calling this function submits updates to the mod.io servers for the given team member id and if successful returns a confirmation APIMessage.

See also: docs.mod.io page

Clone this wiki locally