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
+1 for adding observations to projects. For tool I'm developing I would like observations to automatically be added to projects. At the moment that has to be done manually afterwards.
API reference: https://api.inaturalist.org/v1/docs/#!/Projects/post_projects_id_add
POST /projects/{id}/add
DELETE /projects/{id}/remove
TODO: I'm not quite sure what the difference is between these two endpoints and
POST/DELETE /project_observations
.DELETE /projects/{id}/remove
: "Remove an observation from a project"DELETE /project_observations/{id}
: "Delete a project observation"The text was updated successfully, but these errors were encountered: