Parisson / TimeSide

scalable audio processing framework and server written in Python
https://timeside.ircam.fr/docs/
GNU Affero General Public License v3.0
367 stars 60 forks source link

api/createTask: remove status #233

Closed gnuletik closed 1 year ago

gnuletik commented 3 years ago

Currently, when using the REST API createTask, the status field is expected. This field should not be provided by the client and be Pending by default.

The documentation and SDK should be regenerated to reflect this change.