he_submit_flag
Submit a flag for a HackyEaster challenge and receive instant validation: accepted, rejected, or already solved.
Instructions
Submit a flag for a challenge via the authenticated HackyEaster API. POSTs to /app/rest/user/challenge/{id}/checkflag. Returns the API response (accepted/rejected/already-solved).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flag | Yes | The flag string to submit, e.g. he2026{abc123} | |
| challenge_id | Yes | Numeric or slug challenge ID as used in the HackyEaster URL |