Journey Task Library Properties REST Endpoints
    
        Journey Task Library/Journey Task Library Properties
    
The properties resource is a child of the tasks resource. It provides a list of properties settings for the task performer and owner.
- Create a library task property
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/journeyTaskLibrary/{LibraryJourneyTaskId}/child/properties - Get a library task property
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/journeyTaskLibrary/{LibraryJourneyTaskId}/child/properties/{propertiesUniqID} - Get all library task properties
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/journeyTaskLibrary/{LibraryJourneyTaskId}/child/properties - Update a library task property
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/journeyTaskLibrary/{LibraryJourneyTaskId}/child/properties/{propertiesUniqID}