averbis / averbis-python-api

Conveniently access the REST API of Averbis products using Python
Apache License 2.0
12 stars 4 forks source link

Description optional when creating a project #51

Closed reckart closed 3 years ago

reckart commented 3 years ago

Is your feature request related to a problem? Please describe. The server side treats the description of a project as mandatory (i.e. it must not be null), but it is pretty inconvenient to have to provide a description via the Python API when creating a project - often it will just be "".

Describe the solution you'd like Use a empty string as the default value for the project description in the Python API.