Gig Invitations
Accept a Gig Invitation
POST
https://api.cirro.io/v2/gig_invitations/:id/accept
Parameters
Parameter | Type | Note | |
---|---|---|---|
no_reward | boolean | A boolean flag (false by default) indicates whether gig results or gig time activities + EPAM staffing position are allowed to be created for the app worker |
Example
1client = CirroIOV2::Client.new(...)
2client.GigInvitation.accept(1, { "no_reward": false })