version-notes-put

Specifies the setting for a version note update request.

API DiscoveryAPI SecurityCloud SecurityPosture ManagementRuntime ProtectionThreat Protection

Properties

Name Type Description
notes string The version notes.
View JSON Schema on GitHub

JSON Schema

api-security-version-notes-put-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/akamai-api-security/refs/heads/main/json-schema/api-security-version-notes-put-schema.json",
  "title": "version-notes-put",
  "description": "Specifies the setting for a version note update request.",
  "type": "object",
  "properties": {
    "notes": {
      "description": "The version notes.",
      "type": "string"
    }
  },
  "additionalProperties": false
}