ResolvePagePathBody

Request body for a Page operation.

Definition

TypeScript
interface ResolvePagePathBody {
  workspaceId: string;
  path: string;
}

Fields

FieldTypeNotes
workspaceIdstringrequired — Workspace scope for the lookup.
pathstringrequired — Slash-separated slug path from the workspace root, e.g. runbooks/ingest/retry-policy.