/api/contacts/ID/points/plus/POINTS

I am receiving 404 on a PATCH call to /api/contacts/ID/points/plus/POINTS - anyone else?



It’s straight from the API documentation, though…



Best,

D.

I am receiving 404 on a PATCH call to /api/contacts/ID/points/plus/POINTS - anyone else?

It’s straight from the API documentation, though…

Best,
D.

OK, there is clearly a typo/bug in the documentation from the link above.

It should say POST as this works (200 OK), and not PATCH (404 Not Found).

Also, the response is

{ "success": 1 }

… so 1, and not true

Best,
D.

I found the same issue with Sending an email. docs say DELETE. Should be POST

Should we post this to github/slack, or do developers follow conversations here…?

I’ll contact them on Slack tomorrow