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
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.