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

ModIO.APIClient.EditModfile

Jackson Wood edited this page Jul 26, 2018 · 12 revisions

APIClient.EditModfile

public static void EditModfile(int modId, int modfileId, EditModfileParameters parameters, Action<Modfile> successCallback, Action<WebRequestError> errorCallback);

Parameters

Name Description
modId
modfileId
parameters
successCallback
errorCallback

Description

Edit the details of a published file. If you want to update fields other than the changelog, version and active status, you should add a new file instead. Successful request will return updated ModIO.Modfile.

Clone this wiki locally