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