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
zanderwar authored and github-actions[bot] committed Aug 23, 2023
1 parent fdb7074 commit 8b00b5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -12700,6 +12700,7 @@ Get the current agreement (version) by type. Successful request will return a si
__4__ = API Access Terms - [https://mod.io/apiterms](https://mod.io/apiterms)<br>
__5__ = Monetisation Terms - [https://mod.io/monetisationterms](https://mod.io/monetisationterms)<br>
__6__ = Acceptable Use Policy - [https://mod.io/aup](https://mod.io/aup)
__7__ = Cookies Policy - [https://mod.io/cookies](https://mod.io/cookies)

There are three ways you can display mod.io agreements. Pick which is easiest and most suitable for your implementation.

Expand Down Expand Up @@ -14802,7 +14803,7 @@ Name|Type|Description
---|---|---|---|
id|integer|Unique id of the agreement.
is_active|boolean|Is the agreement currently active? (This can also be determined if date_live > 0).
type|integer|The type of agreement. Can be one of the following:<br><br>__1__ = Terms<br>__2__ = Privacy<br>__3__ = Developers<br>__4__ = API<br>__5__ = Payment<br>__6__ = AUP
type|integer|The type of agreement. Can be one of the following:<br><br>__1__ = Terms<br>__2__ = Privacy<br>__3__ = Developers<br>__4__ = API<br>__5__ = Payment<br>__6__ = AUP<br>__7__ = Cookies
user|[User Object](#schemauser_object)|No description
date_added|integer|Unix timestamp of the date the agreement was added.
date_updated|integer|Unix timestamp of the date the agreement was updated.
Expand Down

0 comments on commit 8b00b5c

Please sign in to comment.