Update a table row

Update table row

PUT https://ris.rightsline.com/v4/table/:id

This endpoint allows you to update a table row.

Path Parameters

Headers

Request Body

{    
    "title": "Your updated table row",    
    "template": {
        "templateId":1
    },    
    "characteristics": {}
}

Last updated