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.
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.