POST api/BrainGrubV2/PostSettings
Request Information
URI Parameters
None.
Body Parameters
SettingswithHoverTime| Name | Description | Type | Additional information |
|---|---|---|---|
| HoverTime | decimal number |
Required Range: inclusive between 1.5 and 3 |
|
| LeftHand | boolean |
Required |
|
| UserID | globally unique identifier |
Required |
|
| Override | boolean |
Required |
|
| BackgroundMusic | boolean |
Required |
|
| SFX | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"HoverTime": 1.1,
"LeftHand": true,
"UserID": "9a41ff77-a29a-4e1d-9487-f614f714a6df",
"Override": true,
"BackgroundMusic": true,
"SFX": true
}
application/xml, text/xml
Sample:
<SettingswithHoverTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Models.PlayerSetting"> <BackgroundMusic>true</BackgroundMusic> <Override>true</Override> <SFX>true</SFX> <UserID>9a41ff77-a29a-4e1d-9487-f614f714a6df</UserID> <LeftHand>true</LeftHand> <HoverTime>1.1</HoverTime> </SettingswithHoverTime>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.