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
{{ message }}
This repository was archived by the owner on Aug 8, 2025. It is now read-only.
I have an authenticated session, which I can successfully make
GETrequests to the Basecamp API.If I send a
PUTrequest with:Then I receive:
I have tried also sending
data={"title":"blah","content":"test"}but get the same error.I am able to successfully PUT to the endpoint using CURL, e.g.