---
title: "Update a claim schedule"
method: PUT
path: "/rewards/claim-schedules/{id}"
tags: ["Claims"]
---

# Update a claim schedule

`PUT /rewards/claim-schedules/{id}`

Updates an existing claim schedule

## Path parameters

- `id` string, required

## Request body

- ClaimServicePublicUpdateClaimScheduleBody
  - `schedule_type` 'DAILY' | 'MONTHLY' | 'WEEKLY', required
  - `days_of_week` integer[]
  - `days_of_month` integer[]
  - `hour` integer, required
  - `minute` integer, required

## Response `200`

A successful response.

- UpdateClaimScheduleResponse
  - `claim_schedule` ClaimSchedule
    - `id` string
    - `payout_group_id` string
    - `schedule_type` 'DAILY' | 'MONTHLY' | 'WEEKLY'
    - `next_run_at` string, date-time
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `days_of_week` integer[]
    - `days_of_month` integer[]
    - `hour` integer
    - `minute` integer

---

[API](https://skmtc.net/paxos/apis/paxos-api.md) · [All operations](https://skmtc.net/paxos/apis/paxos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paxos/paxos-api/revisions/0687ca8c9a8d/schema)
