Skip to content

Commit

Permalink
Auto-updated by master commit to modio-restapi
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Gummby authored and github-actions[bot] committed Aug 13, 2024
1 parent 928119a commit 1851bdc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,8 @@ This would be interpreted as "Fetch all mods where (tags in level **OR** submitt
A few things to note:

* The `or_fields` parameter must be provided as an array.
* A maximum of 2 `or_fields` can be present in a query at any time.
* A maximum of 3 fields per `or_fields`.
* A maximum of --parse_maxorgroups `or_fields` can be present in a query at any time.
* A maximum of --parse_maxorfieldspergroup fields per `or_fields`.

### _q (Full text search)

Expand Down Expand Up @@ -4886,7 +4886,6 @@ Get all mods for the corresponding game. Successful request will return an array
status|integer|Status of the mod (only game admins can filter by this field, see [status and visibility](#status-amp-visibility) for details):<br><br>__0__ = Not accepted<br>__1__ = Accepted _(default)_<br>__3__ = Deleted
visible|integer|Visibility of the mod (only game admins can filter by this field, see [status and visibility](#status-amp-visibility) for details):<br><br>__0__ = Hidden<br>__1__ = Public _(default)_
submitted_by|integer|Unique id of the user who has ownership of the mod.
submitted_by_display_name|string|The display name of the mod author.
date_added|integer|Unix timestamp of date mod was registered.
date_updated|integer|Unix timestamp of date mod was updated.
date_live|integer|Unix timestamp of date mod was set live.
Expand Down

0 comments on commit 1851bdc

Please sign in to comment.