Publishing
What this page is for
Commit reviewed session chunks into a target collection.
Endpoint
POST /api/session/:id/publish
Request body:
{
"targetCollectionId": "<collection-uuid>"
}
Steps
- Ensure session is previewed.
- Submit publish request.
- Confirm response and searchability.
Verify
- Response contains
publishedChunksandcollectionId. - Search endpoint returns published content.
Troubleshooting
- Invalid collection UUID: fix
targetCollectionIdformat. - Empty publish: ensure session has chunks.