API Method /events/restore
Given an ID of a currently-withdrawn event, restores the event record to active status.
Arguments
- authentication
- This method requires user authentication.
- id string
- The id of the requested event.
Example Request
Here's an example request URL:
http://api.evdb.com/rest/events/restore?...&id=E0-001-000200209-2
Output Parameters
Output from this function is an XML block with the following constructs.
- status string
- ok
- message string
- Event restored
Example XML Response
<?xml version="1.0" encoding="UTF-8"?>
<response status="ok">
<message>Event restored</message>
</response>