cURL
curl --request PUT \ --url https://api.example.com/rewards/claim-schedules/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "schedule_type": "DAILY" } '
{ "claim_schedule": { "id": "<string>", "payout_group_id": "<string>", "schedule_type": "DAILY", "next_run_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Updates an existing claim schedule
rewards:write_claims_schedule
The access token received from the authorization server in the OAuth 2.0 flow.
DAILY
A successful response.
Show child attributes
Was this page helpful?