aiidateam / aiida-restapi

AiiDA Web API for data queries and workflow management.
https://aiida-restapi.readthedocs.io
MIT License
10 stars 7 forks source link

POST `/nodes`: Make the `label` optional #49

Closed sphuber closed 1 year ago

sphuber commented 1 year ago

For most node types the label is actually optional and when working with the Python API users rarely set a label for most nodes, so it is weird for the web API to require it to always be set.