Gigs
Archive a Gig
POST
https://cirro.io/api/v2/gigs/:id/archiveParameters
| Parameter | Type | Note | |
|---|---|---|---|
archive_at | number | UNIX timestamp; Time to archive the gig, by default it's Time.current |
Example
1client = CirroIOV2::Client.new(...)
2client.Gig.find(1)