Hi All,
I've been playing with Jamf APIs for a little while and I'm confused where people are getting the body of the request. For example, if i wanted to add a computer to a group, I'd use:
<computer_group><computer_additions><computer><id>###</id></computer></computer_additions></computer_group>
The only reason I know that much is from a blog post. The <computer_additions> is from the Jamf API reference, but it doesn't mention the need for the other tags. Is there a place where the expected XML format of these request bodies is written down?
