This repository was archived by the owner on Sep 21, 2022. It is now read-only.
-
Couldn't load subscription status.
- Fork 16
ModIO.APIClient.AddModTags
Jackson Wood edited this page Mar 6, 2019
·
11 revisions
APIClient.AddModTags
public static void AddModTags(int modId, AddModTagsParameters parameters, Action<APIMessage> successCallback, Action<WebRequestError> errorCallback);
| Name | Description |
|---|---|
| modId | Mod to add tags to |
| parameters | Mod tags to be added |
| successCallback | Action to execute if the request succeeds |
| errorCallback | Action to execute if the request returns an error |
Submits new mod tags to the mod.io servers.
The tags added will be matched to the mod tag categories available in the game profile whereby non-allowed tags will produce an error. A successful request will return a confirmation APIMessage.
See also: docs.mod.io page