Member since
11-04-2021
2
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2250 | 01-09-2022 01:01 AM |
01-09-2022
01:01 AM
Hi, I figured it out. It had to do with me not serialising the data to json properly before passing it as json and also I should have used the following for the header: headers={"Content-type": "application/json", "Accept": "application/json"} Also, this means, that even though the parameter context endpoints are not listed in version 1.9.0., they are still available.
... View more