v37

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-1170194628.0 KB
v1
Graph Domains

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.

owner_organization_idstring nullable

Organization that owns this domain.

owner_namespace_idstring nullable

Namespace this domain belongs to, if any.