You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is to collect issues with the API that need fixing.
When leaving the URL field blank when creating organization and project the request is rejected, because the field can not be blank. Empty values should be converted into am empty array in the serializer so the data validates.
The user list under /organizations/<org>/projects/<project> is incomplete it contains only project managers, data collectors and project users. Should organization admins be listed here as well?
Remove md5_hash from questionnaire API, not need to make this public.
Remove contacts field from party serialization as it is currently unsupported.
Do we need to serialize project and organizations for spatial units, relationships and parties?
The project extent is not added when creating/updating a project via the API
The text was updated successfully, but these errors were encountered:
This issue is to collect issues with the API that need fixing.
/organizations/<org>/projects/<project>
is incomplete it contains only project managers, data collectors and project users. Should organization admins be listed here as well?md5_hash
from questionnaire API, not need to make this public.contacts
field from party serialization as it is currently unsupported.The text was updated successfully, but these errors were encountered: