Allows for the editing of volunteer information for a particular volunteer event.
xxxxxxxxxx
{
"volunteers": [
{
"assignment_id": 123,
"checked_in": "T"
}
]
}
Response will return the volunteer assigment Ids.
xxxxxxxxxx
[ 123 ]
Parameter | HTTP Method | Default | Description | Datatype |
---|---|---|---|---|
race_id Required |
GET | Race ID. | uint |
|
api_key |
GET | API key. | string |
|
api_secret |
GET | API secret. | string |
|
request Required |
POST | Request in proper format. | string |