I’m a little stumped.
I’m calling a POST https://api.height.app/activities
with a body of {"type":"comment","message":"hello world!","taskId":"2b569eda-525b-454f-a352-535addb6453b"}
and it’s complaining that the taskId is an invalid format. Here’s the result I’m getting:
{"error": {"name": "ServerError", "type": "badRequest-
attributeMalformed", "status" : 400, "message": "taskId must
be a UUID", "attributes": ["taskId"], "raw": true}}
Anyone else run into this? My auth token is fine because I’m able to do other requests successfully. The taskId UUID is correct (which I verified by inspecting the response in the browser’s devtools)