The GoTo Community is currently experiencing some technical issues affecting new posts and comments. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
Miles Maddox
10 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 wit...
SaschaZ
10 years agoRetired GoTo Contributor
Hi Miles,
I asked engineering to give me an example of the proper syntax to use and here's what I received:
http://localhost:8080/external_api/v1/releases/13.json -d '{ "release" : { "release_instruction" : "note" }}’
Where 13 is the reference_num and “note” is the value for the note.
Is this what you were looking for?
I asked engineering to give me an example of the proper syntax to use and here's what I received:
http://localhost:8080/external_api/v1/releases/13.json -d '{ "release" : { "release_instruction" : "note" }}’
Where 13 is the reference_num and “note” is the value for the note.
Is this what you were looking for?