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
Please remove the need to give a mailadress (equal to the way it works with places)
This Part seems to be old:
Creating new events is only allowed for registered organizations by authorizing themselves with an API token. These organizations must own reserved tags.
Please remove it from the API-Description
Problem: API-Docs: "Email" need to be deleted from post-json if no mail is given
It is unlogical, that the backend does not except an undefined or empty "email": null filed.
Instead you have to remove the whold "email" attribute from the json
Describe this specification in the swagger Documentation!
Remove unnessesary restrictions
POST Events has some restrictions, which makes it quite complicated: https://app.swaggerhub.com/apis/Kartevonmorgen/openfairdb/0.10.5#/Events/post_events
Why do you need allways to give an "Creators-Mailadress" even if it is an anonymous entry?
This Part seems to be old:
Problem: API-Docs: "Email" need to be deleted from post-json if no mail is given
It is unlogical, that the backend does not except an undefined or empty
"email": null
filed.Instead you have to remove the whold "email" attribute from the json
(See the error-finding: kartevonmorgen/kartevonmorgen.ts#43)
The text was updated successfully, but these errors were encountered: