Configuration
Edit Configuration
Updates a single configuration setting. Settings are identified by their category, subcategory, and item name.
PATCH
Updates a single setting using an addressing pattern of
category > subcategory > item > value. The response returns only the updated value, not the full configuration object.
Valid categories and subcategories
| Category | Subcategories |
|---|---|
shift_options | shift_requests, split_shifts, shift_equalizer, shift_visibility, worker_limits |
worker_interaction | bailouts, availability, time_off, reviews_and_stars, blogs, coworker_display, calendar_sync |
worker_communication | autotext, web_checkin, silence_mode, text_communication, custom_messages, invite_to_work, event_updates |
admin | daily_summary, verbose_emails, list_view_options, list_view_verbose, worker_profile_control, publish_system, bailout_reason |
time_tracking | time_tracking, show_workers_hours, client_sign, reimbursements, deductions, personnel_orderables |
Authorizations
Body
application/json
Identifies a single configuration setting to update by its category, subcategory, and item path.
Top-level configuration category.
Available options:
shift_options, worker_interaction, worker_communication, admin, time_tracking Example:
"shift_options"
Subcategory within the specified category (e.g., shift_requests, autotext, daily_summary).
Example:
"shift_requests"
The specific setting name within the subcategory.
Example:
"active"
The new value for the setting. Type depends on the specific setting (boolean, integer, or string).
Example:
true
Response
OK
The updated value for the specified setting.
The new value that was set.