Move a chart out of the archive
- Text
- PHP
- C#
- Java
- Python
- Ruby
- Javascript
- Go
POST https://api-{region}.seatsio.net/charts/{chartKey}/actions/move-out-of-archive
$seatsioClient->charts->moveOutOfArchive("749b9650-24fb-11e7-93ae-92361f002671");
await Client.Charts.MoveOutOfArchiveAsync("749b9650-24fb-11e7-93ae-92361f002671");
client.charts.moveOutOfArchive("749b9650-24fb-11e7-93ae-92361f002671");
client.charts.move_out_of_archive("749b9650-24fb-11e7-93ae-92361f002671")
client.charts.move_out_of_archive("749b9650-24fb-11e7-93ae-92361f002671")
await client.charts.moveOutOfArchive('chartKey');
err := client.Charts.MoveOutOfArchive("chartKey")
Returns 204 when the chart was successfully moved out of the archive, back to the active chart list. Returns 400 (Bad Request) when the chart was not in the archive.
curl -X POST https://api-{region}.seatsio.net/charts/749b9650-24fb-11e7-93ae-92361f002671/actions/move-out-of-archive \
-u aSecretKey: