Module: app/api/ukol/castecne-splneni/route
Functions
POST
▸ POST(req): Promise<Response>
Partially complete a task by providing a form submission.
Parameters
| Name | Type | Description |
|---|---|---|
req | Request | Request object. |
Returns
Promise<Response>
Response with status 200 if successful. Response with status 500 if there was a server error. Response with status 409 if task either does not exist or was expecting a submission to a different form or was already completed or deadline has passed.