Update an Allocation Window

OAuth Scope

This endpoint requires the following OAuth scope manage_schedule.

Path Params
uuid
required

UUID of the Allocation Window

Body Params

Allocation Window fields to update

string

Name of the allocation window that defines a time period for job scheduling. Common examples include 'Morning', 'Afternoon', 'Business Hours', etc.

integer

Start time of the allocation window measured in minutes from midnight. For example, 800 AM would be represented as 480 (8 hours × 60 minutes).

integer

End time of the allocation window measured in minutes from midnight. For example, 1700 (500 PM) would be represented as 1020 (17 hours × 60 minutes).

integer

Numeric value determining the display order of allocation windows. Lower values indicate higher priority. System automatically sets this to match the start_time in minutes, unless it's an urgent priority window which gets priority 0.

uuid

Unique identifier for this record

Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json