Set learn pages
repovive_build_set_learn_pagesSet editorial pages for a contest draft, providing post-contest explanations with titles and content. Pass a JSON list of pages or '[]' to clear them.
Instructions
Set a draft's editorial pages — the post-contest explanation shown with the problem. Pass a JSON list of {"title", "content"}; pass "[]" to clear them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages_json | Yes | JSON list of pages: [{"title": str, "content": str}]. Use "[]" or "null" to clear. | |
| session_id | Yes | Build session id |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |