Example List Library
A few examples available in the Project-specific domain for list library are as follows:
Getting List Libraries 
To get List Library details for a project, use the following GET URL.
URL
GET /WindchillRiskAndReliability12.0-REST/odata/Project_<projectID>/ListLibraries?$count=true
Updating a List Library 
To update a List Library for a project, use the following PATCH URL.
URL
PATCH /WindchillRiskAndReliability12.0-REST/odata/Project_<projectID>/ListLibraries(<listlibraryID>)
Request Body
{
"FileName": "List Library New21"
}
Deleting a List Library 
To delete a List Library for a project, use the following DELETE URL.
URL
DELETE /WindchillRiskAndReliability12.0-REST/odata/Project_<projectID>/ListLibraries(<listlibraryID>)