Update¶
Update a game data with the given ID.
HTTP request¶
PUT https://megamify.com/api/v1/game/:game_id/gamedata/:game_data_id/
Parameters¶
Name | Required | Type | Description |
---|---|---|---|
game_id | True | int | The Game ID |
game_data_id | True | int | The GameData ID |
Headers¶
See Security section of the API Reference.
Body¶
Name | Required | Type | Description |
---|---|---|---|
value | True | string/object | The value |
Response¶
Status: 200 OK
If successful, this method returns a Game Data object in the response body.