Update a catalog item

Update catalog item

PUT https://ris.rightsline.com/v4/catalog-item/:id

This endpoint allows you to update a catalog item.

Path Parameters

Headers

Request Body

{    
    "title": "Your updated catalog item",    
    "template": {
        "templateId":1
    },    
    "characteristics": {}
}

Last updated