Anyone encountered the same issue before?
JSON.parse(stringThingy);… Give more info if you’re not writing code.
2 Likes
Hello Doug, how can I implement this? I am not so good with it This is the data I am trying to pass.
{
“scheduleId”: 92997,
“startTime”: “09:00:00”,
“endTime”: “11:00:00”,
“days”: [
3
]
}
Pass where?
1 Like
Send me the rest of the screenshot
here buddy! This is from cal.com api
Move your json body the way you had it, and remove the / after the id and before the apikey
You need to set a header
Content-type : application/json
1 Like
I will try this brother! I will update you guys! Thanks !
Now the error changed, I double checked the value and it is correct so not sure where this error is coming from.
PATCH doesn’t take a scheduleId
1 Like