Gigs

Update a Gig

POST https://api.cirro.io/v2/gigs/:id

Parameters

ParameterTypeNote
titlestring
descriptionstring
urlstring
start_atnumberUNIX timestamp
end_atnumberUNIX timestamp
total_seatsnumber
seats_minnumberDefault: 1
seats_maxnumberDefault: 1
invitation_modeenumOne of auto, manual, disabled
invitation_multipliernumberDefault: 10
filter_queryobject
tasksarray
notification_payloadobjectDefault: {}
invitation_notification_topicstring | numbereither the name or the id of the topic
epam_optionsobjectDefault: {}

Example

1client = CirroIOV2::Client.new(...)
2client.Gig.update(42, title: "My better named Gig")
Previous
Create a Gig