diff --git a/source/index.html.md b/source/index.html.md index 03bf6d0..e7bb52c 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -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 @@ -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: OAuth 2 (Scopes: write) -## Purchase A Mod (External) +## Purchase A Mod > Example request @@ -15525,7 +15524,7 @@ Purchase a mod. A Successful request will return the newly created [Pay Object]( } ``` -