Miles Maddox
9 years agoNew Member
Service Desk API - Create release instruction
I've been passively putting together a client library for the Service Desk API. I've only created the methods as I needed them so it's not at all 100% complete. My next need is to create a release with component/instructions. I'm having issues when attempting to create the "release instructions" portion of a release but am getting an empty response.
As per the documentation, I'm sending a POST request to /v1/releases/<release id>/instructions.json with the below payload returns an empty response. Any ideas what the correct URI/payload might be?
As per the documentation, I'm sending a POST request to /v1/releases/<release id>/instructions.json with the below payload returns an empty response. Any ideas what the correct URI/payload might be?
{"instruction":{"note":"test"}}Note: the release already exists and has an empty "release instruction" field.