Updates workspace preferences, specifically the sync_paths_rules array that controls which paths are synchronized. New rules are validated to ensure no unselected paths contain uncommitted changes. Returns 409 Conflict if attempting to deselect paths with changes (must commit or reset first), or 202 Accepted on success. Requires WRITE access to the repository.
This API uses OAuth 2 with the implicit grant flow
The repo ID of the repository. Repo name can be used instead of the ID, but usage of ID for permanent linking and API requests is preferred.
3 - 128"example_id"
The repo ID of the workspace.
3 - 128"example_id"
Preferences associated with a user for a workspace
List of rules setting which paths to sync, an empty list means sync all
Request completed successfully