Add Mod KVP Metadata
POST/games/:game-id/mods/:mod-id/metadatakvp
Add metadata for this mod as searchable key value pairs. Metadata is useful to define how a mod works, or other information you need to display and manage the mod. Successful request will return Message Object.
For example: A mod might change gravity and the rate of fire of weapons, you could define these properties as key value pairs. We recommend the mod upload tool you create defines and submits metadata behind the scenes, because if these settings affect gameplay, invalid information may cause problems.
NOTE: Metadata can also be stored as metadata_kvp
in the Mod Object.
Rules engine applies here
Request
Error Codes
Status Code | Error Ref | Description |
---|---|---|
403 | 15013 | The authenticated user does not have permission to update this mod. Ensure the user is part of the mod team before attempting the request again. |
Responses
- 201
- 403
Created
Response Headers
URL to newly created resource
The authenticated user does not have permission to update this mod. Ensure the user is part of the mod team before attempting the request again.