Resolves #176 Return 409 conflict if job already exists.

This commit is contained in:
2024-04-25 23:50:06 +02:00
parent 28a0efe488
commit 80dc8fbe65
3 changed files with 16 additions and 5 deletions

View File

@ -276,7 +276,9 @@ Creates a Job.
| StatusCode | Meaning |
|------------|------------------------------------------|
| 200 | Job created. |
| 404 | Parameter missing or could not be found. |
| 409 | Job already exists |
| 500 | Error parsing interval |
</details>