Update problem info
repovive_build_update_problem_infoUpdate a competitive-programming draft's metadata—slug, difficulty, time limits, memory limit, and interactivity—by passing only the fields to change; unspecified values remain intact.
Instructions
Update a draft's metadata: slug, difficulty, time limit, memory limit and interactive flag. Only the arguments you pass are changed; the rest keep their current values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | URL-safe slug | |
| difficulty | No | 'easy' | 'medium' | 'hard' | |
| session_id | Yes | Build session id | |
| time_limit | No | Time limit in seconds | |
| memory_limit | No | Memory limit in MB | |
| is_interactive | No | Whether the problem is interactive |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |