Service name: <MachineName>-Daemon (one per machine).
Projects
Sets for modifying Daemon project configuration and path overrides.
Pixotope-Daemon-UseProjectPaths [SET]
Pixotope-Daemon-UseProjectPaths
Toggles whether the Daemon uses local path overrides for project directories. When changed, refreshes the file watcher and broadcasts the updated project state to all subscribers.
Value
|
Value |
BOOLEAN |
`true` to activate local overrides, `false` to use default store paths. |
Example - Enable local project path overridesRequest (you send) JSON
JSON
Response (you receive) JSON
JSON
|
Pixotope-Daemon-Overrides [SET]
Pixotope-Daemon-Overrides
Updates the per-path override map used when local overrides are enabled. Accepts a string-to-string map of path substitutions. After updating, refreshes the file watcher and broadcasts the updated project state.
Value
|
Value |
OBJECT |
A JSON object where each key is a store path and each value is the local override path (e.g. `{ "<StorePath>": "<LocalPath>" }`). |
Example - Apply path overridesRequest (you send) JSON
JSON
Response (you receive) JSON
JSON
|