Framework Editor Frameworks

Update a framework

patch/v1/framework-editor/framework/{id}

Path parameters

idstring required

Request body

namestring
versionstring
descriptionstring
visibleboolean

Example request

{
  "name": "SOC 2",
  "version": "2024",
  "description": "SOC 2 Type II compliance framework"
}

Changes