POST api/Tournament/UpdateEmailForParentId?signature={signature}&parentNodeId={parentNodeId}&email={email}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| signature | string |
Required |
|
| parentNodeId | integer |
Required |
|
| string |
Required |
Body Parameters
None.
Response Information
Resource Description
SupaApiCallStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Success": true
}