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
When creating an entry through the API using JSON you have to use "project_id" as a key to make Freckle recognize the project. The documentation states that you should use "project-id" when sending JSON, but this is incorrect and results in an entry with no project associated, only the underscore version works.
I did not test if project-name / project_name has the same problem, but it's likely both of them are not in sync with the docs.