PUT
/
v1
/
schedule_rotation_active_days
/
{id}
curl --request PUT \
  --url https://api.rootly.com/v1/schedule_rotation_active_days/%7Bid%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/vnd.api+json'
{
  "data": {
    "id": "6d0e82e7-092b-4774-b248-cc83fbc169fe",
    "type": "schedule_rotation_active_days",
    "attributes": {
      "schedule_rotation_id": "f8b6098d-42b6-419b-bb2e-de93e7e9ed74",
      "day_name": "M",
      "created_at": "2025-03-11T19:14:52.300-07:00",
      "updated_at": "2025-03-11T19:14:54.270-07:00",
      "active_time_attributes": [
        {
          "start_time": "10:30",
          "end_time": "03:30"
        }
      ]
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/vnd.api+json
data
object
required

Response

200
application/vnd.api+json
schedule_rotation_active_day updated
data
object