For the patch call I am using this URL (I’ve removed any potentially sensitive values):
“https://placeholder.api.identitynow.com/v2025/campaign-templates/campaignTemplateID”
The value I am trying to patch is the entire ‘campaign’ JSON object that I get back from the ‘Get a Campaign Template’ by ID API call.
That entire ‘campaign’ object is what is going in the ‘value’ object in my patch call. When I put that whole object into the patch call on Postman, it works with no issues.
