Resource information
URL | https://api.softnetsport.com/v2/events/ |
---|---|
XSD | |
Method | PATCH |
Description | Update details for event. |
Authorization required | Yes |
Internal method | Yes |
Parameters
Name | Data type | Description |
---|---|---|
event_id | xsd:int | REQUIRED. The requested event identifier |
token | xsd:string | REQUIRED. More information concerning authorization in API introduction section |
POST parameters
Name | Data type | Description |
---|---|---|
.event | ||
event_status_id | xsd:int | |
scout_status | xsd:int | Relation status |
coverage_type | xsd:string | |
venue_id | xsd:int | |
start_date | xsd:date | |
stage_id | xsd:int | |
round_id | xsd:int | The round identifier |
group_id | xsd:int | The group identifier |
neutral_venue | xsd:string | 0/1 |
ft_only | xsd:string | Possible value:
|
scoutsfeed | xsd:string | Possible value:
|
is_protocol_verified | xsd:string | Possible value:
|
is_result_verified | xsd:string | Possible value:
|
provider_id | xsd:int | The provider identifier |
.details | ||
.{id_of_detail} | xsd:int | REQUIRED. The requested event detail identifier |
{detail_value} | xsd:string | REQUIRED. The updated value. |
Output elements
.data | |
---|---|
message | Response info message. |
status | Response code. |
Sample curl call
Request | Parameters |
---|---|
"https://api.softnetsport.com/v2/events/{event_id}?token={token}" | token, event_id |
"https://api.softnetsport.com/v2/events/{event_id}?token={token}" | token, event_id |