POST
/
workspace
/
{workspaceId}
/
games
curl --request POST \
  --url https://api.hyra.io/workspace/{workspaceId}/games \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "game_id": "<string>"
}'
{
  "id": "<string>",
  "name": "<string>",
  "thumbnail": "<string>"
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required

Body

application/json
game_id
string

Response

200 - application/json
id
string
name
string
thumbnail
string