Specifies the setting for a version note update request.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/version-notes-put", "title": "version-notes-put", "additionalProperties": false, "description": "Specifies the setting for a version note update request.", "properties": { "notes": { "description": "The version notes.", "type": "string" } }, "type": "object", "x-akamai": { "file-path": "schemas/version-notes-put.yaml" } }