v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Security Monitoring

Update a custom framework

Update a custom framework.

put/api/v2/cloud_security_management/custom_frameworks/{handle}/{version}

Path parameters

handlestring required

The framework handle

versionstring required

The framework version

Request body

Example request

{
  "data": {
    "attributes": {
      "handle": "sec2",
      "name": "security-framework",
      "requirements": [
        {
          "controls": [
            {
              "name": "A1.2",
              "rules_id": [
                "[\"def-000-abc\"]"
              ]
            }
          ],
          "name": "criteria"
        }
      ],
      "version": "2"
    },
    "type": "custom_framework"
  }
}

Response

OK

Example response

{
  "data": {
    "attributes": {
      "handle": "sec2",
      "version": "2"
    },
    "id": "handle-version",
    "type": "custom_framework"
  }
}