Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
intenscia committed Jun 24, 2024
1 parent a54aac2 commit ec84e87
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -15570,7 +15570,7 @@ This operation does not require authentication

# Embeddable Mod Hub

## Get Game Embeddable Mod Hub Configurations
## Get Game EMH Configs

> Example request

Expand Down Expand Up @@ -15668,7 +15668,7 @@ System.out.println(response.toString());

`GET /games/{game-id}/emh`

Get a games EMH config. This will return all of the configured Embeddable Mod Hub versions for this game. It returns a [Game EMH Object](#game-emh-object).
Get a games Embeddable Mod Hub (EMH) config. This will return all of the configured EMH versions for this game. It returns a [Game EMH Object](#game-emh-object).

> Example response

Expand Down Expand Up @@ -15720,7 +15720,7 @@ Get a games EMH config. This will return all of the configured Embeddable Mod Hu
}

```
<h3 id="Get-Game-Embeddable-Mod-Hub-Configurations-responses">Responses</h3>
<h3 id="Get-Game-EMH-Configs-responses">Responses</h3>

Status|Meaning|Error Ref|Description|Response Schema
---|---|----|---|---|
Expand All @@ -15730,7 +15730,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: web)
</aside>
## Get Game Embeddable Mod Hub Config
## Get Game EMH Config

> Example request

Expand Down Expand Up @@ -15828,7 +15828,7 @@ System.out.println(response.toString());

`GET /games/{game-id}/emh/{emh-id}`

Get a games EMH config. This will return all of the configured Embeddable Mod Hub versions for this game. It returns a [Game EMH Object](#game-emh-object).
Get a games Embeddable Mod Hub (EMH) config. This will return all of the configured EMH versions for this game. It returns a [Game EMH Object](#game-emh-object).

> Example response

Expand Down Expand Up @@ -15869,7 +15869,7 @@ Get a games EMH config. This will return all of the configured Embeddable Mod Hu
}

```
<h3 id="Get-Game-Embeddable-Mod-Hub-Config-responses">Responses</h3>
<h3 id="Get-Game-EMH-Config-responses">Responses</h3>

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

0 comments on commit ec84e87

Please sign in to comment.