ResolvePagePathBody
Request body for a Page operation.
Definition
TypeScript
interface ResolvePagePathBody {
workspaceId: string;
path: string;
}Fields
| Field | Type | Notes |
|---|---|---|
workspaceId | string | required — Workspace scope for the lookup. |
path | string | required — Slash-separated slug path from the workspace root, e.g. runbooks/ingest/retry-policy. |