version-notes-get-200

The GET Response for Version Notes.

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-get-200-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-get-200-schema.json",
  "title": "version-notes-get-200",
  "description": "The GET Response for Version Notes.",
  "type": "object",
  "properties": {
    "notes": {
      "description": "The version notes.",
      "type": "string"
    }
  },
  "additionalProperties": false
}