Schema
WorkstreamForkResponse
The new private copy produced by forking a recipe (the prototype's Fork affordance). Carries the keys the FE needs to navigate to the fork.
| Field | Type | Description |
|---|---|---|
idrequired | string (uuid) | New fork's UUID |
slug | string | null | New fork's slug (auto-generated) |
namerequired | string | Fork name (copied from source) |
scoperequired | string | Fork scope (private 'user' by default) |
statusrequired | string | Fork status ('draft') |
versionrequired | integer | Fork version (copied from source at fork time) |
parent_workstream_id | string (uuid) | null | Source recipe this was forked from (drives forked_from) |