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 Oct 28, 2024
1 parent 4b1d017 commit de0ca06
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -11858,7 +11858,6 @@ Add mod dependencies required by the corresponding mod. A dependency is a mod th
Parameter|Type|Required|Description
---|---|---|---|
dependencies[]|integer|true|One or more mod IDs that this mod is dependent on. Every dependency to add requires a separate field with dependencies[] as the key (eg. dependencies[]=1, dependencies[]=2). Max of 5 dependencies per request.
sync|integer|false|If true, will remove all existing dependencies and replace with the new ones provided in the request (if any).

> Example response

Expand Down Expand Up @@ -15268,7 +15267,7 @@ Status|Meaning|Error Ref|Description|Response Schema
To perform this request, you must be authenticated via one of the following methods:
<a href="#authentication">OAuth 2</a> (Scopes: write)
</aside>
## Purchase A Mod (External)
## Purchase A Mod

> Example request

Expand Down Expand Up @@ -15525,7 +15524,7 @@ Purchase a mod. A Successful request will return the newly created [Pay Object](
}

```
<h3 id="Purchase-A-Mod-(External)-responses">Responses</h3>
<h3 id="Purchase-A-Mod-responses">Responses</h3>

Status|Meaning|Error Ref|Description|Response Schema
---|---|----|---|---|
Expand Down Expand Up @@ -15962,7 +15961,7 @@ Status|Meaning|Error Ref|Description|Response Schema
To perform this request, you must be authenticated via one of the following methods:
<a href="#authentication">OAuth 2</a> (Scopes: writemonetization)
</aside>
## S2S Transaction Commit
## Transaction Commit

> Example request

Expand Down Expand Up @@ -16099,7 +16098,7 @@ Create a service-to-service (S2S) transaction commit. This is for performing an
}

```
<h3 id="S2S-Transaction-Commit-responses">Responses</h3>
<h3 id="Transaction-Commit-responses">Responses</h3>

Status|Meaning|Error Ref|Description|Response Schema
---|---|----|---|---|
Expand All @@ -16108,7 +16107,7 @@ Status|Meaning|Error Ref|Description|Response Schema
To perform this request, you must be authenticated via one of the following methods:
<a href="#authentication">OAuth 2</a> (Scopes: writemonetization)
</aside>
## S2S Transaction Clawback
## Transaction Clawback

> Example request

Expand Down Expand Up @@ -16251,7 +16250,7 @@ Create a service-to-service (S2S) transaction clawback. This is for unwinding a
}

```
<h3 id="S2S-Transaction-Clawback-responses">Responses</h3>
<h3 id="Transaction-Clawback-responses">Responses</h3>

Status|Meaning|Error Ref|Description|Response Schema
---|---|----|---|---|
Expand Down

0 comments on commit de0ca06

Please sign in to comment.