thundernerd/Upload mod to mod.io
Upload a mod to mod.io
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bearer-token | the bearer token for auth | yes | — |
| game-id | the numeric id of the game | yes | — |
| mod-id | the numeric id of the mod | yes | — |
| file-path | the path to the file you want to upload | yes | — |
| version | Version of the file release (recommended format 1.0.0 - MAJOR.MINOR.PATCH) | no | — |
| changelog | Changelog of this release | no | — |
| active | Flag this upload as the current release, this will change the modfile field on the parent mod to the id of this file after upload | no | — |
| filehash | MD5 of the submitted file. When supplied the MD5 will be compared against the uploaded files MD5. If they don't match a 422 Unprocessible Entity error will be returned | no | — |
| metadata_blob | Metadata that is designed to be handled by the game client and is recommended to not be exposed to content creators when submitting their modfiles. As an example, this may include properties such as what version of the game this file is compatible with | no | — |
Outputs
no outputs