Update name, description, or signal_multipliers for a custom domain
put/v1/graph/domains/{domain_id}
Path parameters
domain_idstring required
Request body
namestring nullable
Updated human-readable name.
descriptionstring nullable
Updated description.
signal_multipliersobject nullable
Replace the domain-level signal_multipliers entirely. Pass an empty dict {} to clear all multipliers. Omit the field to leave existing multipliers unchanged.
Response
Successful Response
domain_idstring required
namestring required
descriptionstring required
signal_multipliersobject nullable
Domain-level default signal multipliers (see GraphDomainCreate).
builtinboolean
True for built-in domains shipped with Papr (read-only).
created_atstring nullable
owner_user_idstring nullable
owner_workspace_idstring nullable
Workspace that owns this domain. Domains are scoped to workspace when set.