Gig Invitations
Reset a Gig Invitation
POST
https://api.cirro.io/v2/gig_invitations/:id/reset
Description
This endpoint allows resetting a gig invitation that is either accepted or has expired.
Parameters
Parameter | Type | Note | |
---|---|---|---|
silent | boolean | If set to true, the user will not get notified again about the gig's availability. Changes reset_notified flag. |
Example
1client = CirroIOV2::Client.new(...)
2client.GigInvitation.reset(1)