brysontyrrell / PatchServer

A self-hosted implementation of an external patch source for Jamf Pro 10.2+
http://patchserver.readthedocs.io/en/latest/
MIT License
67 stars 13 forks source link

v0.8.2 #15

Closed brysontyrrell closed 6 years ago

brysontyrrell commented 6 years ago

Fixed an issue where a mismatched or non-existing software title ID passed to /jamf/v1/software/<Title>,<Title> would result in a 404 error response.

The expected behavior is the invalid title ID to be omitted from the results (this is the behavior of both the official Jamf patch feed and CommunityPatch).

Added documentation to describe resources for troubleshooting issues between Jamf Pro and a Patch Server.