---
title: "Changes to 提交评测任务 (submission:create)"
method: POST
path: "/problem/{problem}/submit"
---

# Changes to 提交评测任务 (submission:create)

`POST /problem/{problem}/submit`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 11 revisions.

- **2024-12-26** `2ff8d344ecdc` — 3 breaking
- **2024-08-14** `aa6951cc6ba1` — 1 breaking, 1 warning
- **2024-08-14** `31431aaf46d3` — 1 info
- **2024-08-12** `abf18f0fc1b3` — 2 breaking, 2 warning, 4 info

## Changes

- **2024-12-26** `2ff8d344ecdc` — 3 breaking
  - removed the enum value `false` of the request property `public`
  - removed the enum value `true` of the request property `public`
  - the `public` request property type/format changed from `string`/`` to `boolean`/``
- **2024-08-14** `aa6951cc6ba1` — 1 breaking, 1 warning
  - added the new required request property `language`
  - removed the request property `lang`
- **2024-08-14** `31431aaf46d3` — 1 info
  - api tag `problem` added
- **2024-08-12** `abf18f0fc1b3` — 2 breaking, 2 warning, 4 info
  - added the new required request property `lang`
  - request property `public` was restricted to a list of enum values
  - the optional response header `Location` removed for the status `201`
  - removed the request property `language`
  - api tag `problem` removed
  - added the new `false` enum value to the request property `public`
  - added the new `true` enum value to the request property `public`
  - the `public` request property type/format was generalized from `boolean`/`` to `string`/``

---

[Operation](https://skmtc.dev/acmclassoj/apis/acmoj-api-v1/docs/problem/:problem/submit/post.md) · [API](https://skmtc.dev/acmclassoj/apis/acmoj-api-v1.md) · [Page](https://skmtc.dev/acmclassoj/apis/acmoj-api-v1/changes/problem/:problem/submit/post)
