Parse Error on ":" in PHP

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” :slight_smile:

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. :100:

Cheers,
Dipro

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,

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