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

ModIO.APIClient.AddGameTagOption

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

APIClient.AddGameTagOption

public static void AddGameTagOption(AddGameTagOptionParameters parameters, Action<APIMessage> successCallback, Action<WebRequestError> errorCallback);

Parameters

Name Description
parameters The mod tags and categories to add
successCallback Action to execute if the request succeeds
errorCallback Action to execute if the request returns an error

Description

Submits new mod tag categories to the mod.io servers.

A successful request will return a confirmation APIMessage.

NOTE: You can also modify the mod tags available via the mod.io web interface. This is the recommended approach.

See also: docs.mod.io page, ModIO.APIClient.gameId

Clone this wiki locally