Update workspace preferences
Updates workspace preferences, specifically the sync_paths_rules array that controls which paths are synchronized.
Validation: New rules are validated to ensure no unselected paths contain uncommitted changes.
Requirements: Requires WRITE access to the repository.
Returns:
409 Conflictif attempting to deselect paths with changes (must commit or reset first)202 Acceptedon success
Documentation Index
Fetch the complete documentation index at: https://docs.diversion.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
This API uses OAuth 2 with the implicit grant flow
Path Parameters
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"
Body
Preferences associated with a user for a workspace
List of rules setting which paths to sync, an empty list means sync all
Response
Request completed successfully

