v1
latestOpenAPI 3.1.02026-07-24318141.2 MBPut Update a Base Role
Used to replace existing permissions in a base role to a new set of permissions, and also update name/key of the base role
put/base-roles/{id}/
Path parameters
idstring required
id of the role to be updated
Request body
Response
200
Example response
{
"id": "5678b4cf-7ec5-46fb-b54b-449c689325d0",
"url": "https://cf-blast-dig.livelikecdn.com/api/v1/base-roles/5678b4cf-7ec5-46fb-b54b-449c689325d0/",
"client_id": "ROA1TtZi9rGdYeGVRdHCs5oBc3J3o4fOgNlh1FPN",
"name": "Test Base Role",
"description": "Example Description",
"key": "test-base-role",
"permissions": [
{
"id": "8ef670c4-a740-4758-ac1d-70121c5550d5",
"url": "https://cf-blast-dig.livelikecdn.com/api/v1/permissions/8ef670c4-a740-4758-ac1d-70121c5550d5/",
"name": "Publish Alert",
"key": "publish-alert",
"created_at": "2023-12-29T00:15:49.123000Z"
}
],
"created_at": "2025-05-21T11:03:06.841084Z",
"is_active": true
}