Journey Task Library REST Endpoints

Journey Task Library
The resource includes all global library tasks and personal library tasks of the signed in user.
Create a personal library task
Method: post
Path: /hcmRestApi/resources/11.13.18.05/journeyTaskLibrary
Delete a personal library task
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/journeyTaskLibrary/{LibraryJourneyTaskId}
Get a library task
Method: get
Path: /hcmRestApi/resources/11.13.18.05/journeyTaskLibrary/{LibraryJourneyTaskId}
Get all library tasks
Method: get
Path: /hcmRestApi/resources/11.13.18.05/journeyTaskLibrary
Update a personal library task
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/journeyTaskLibrary/{LibraryJourneyTaskId}