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

ModIO.APIClient.AddModKVPMetadata

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

APIClient.AddModKVPMetadata

public static void AddModKVPMetadata(int modId, AddModKVPMetadataParameters parameters, Action<APIMessage> successCallback, Action<WebRequestError> errorCallback);

Parameters

Name Description
modId Mod to submit tags from
parameters KVP data to add to the mod
successCallback Action to execute if the request succeeds
errorCallback Action to execute if the request returns an error

Description

Submit KVP Metadata to a mod.

A successful request will return a confirmation APIMessage. It is recommended that the mod upload tool developed defines and submits metadata behind the scenes, to avoid incorrect values affecting gameplay.

See also: docs.mod.io page

Clone this wiki locally