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