dipro
(Dipro Bhowmik)
1
Hey @Stephen
Continuing the discussion from Basic PHP API v2 Example:
I think the issue here is that your query string has mismatched quotes, so our server is trying to parse “:” as the string instead of “Trainer”
Let me know if that helps! I’m not a PHP expert and I’m sure other folks on the community can assist here as well.
Cheers,
Dipro
Stephen
(Stephen)
2
Hi Dipro,
Thank a lot for getting back to me. That sorted out my problem. By any chance, is there a way to insert an update to the same pulse that I’m adding?
Thanks,
dipro
(Dipro Bhowmik)
3
Hey Stephen,
Sorry for the late response. There’s no way to add an update at item creation, you’ll need to use another mutation for that.
Cheers,
Dipro