Sets the release notes of an extension 2.0 release. Any notes are overwritten.
The request consumes an application/json
payload.
PUT | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/hub/extensions2/{extensionName}/releases/{version}/releaseNotes |
Environment ActiveGateCluster ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v2/hub/extensions2/{extensionName}/releases/{version}/releaseNotes |
To execute this request, you need an access token with hub.write
scope.
To learn how to obtain and use it, see Tokens and authentication.
Fully qualified name of the extension
Version of the extension release
The JSON body of the request. Contains the markdown for release notes
ExtensionReleaseNotes
objectReleases notes for an extension.
Release notes in markdown format
This is a model of the request body, showing the possible elements. It has to be adjusted for usage in an actual request.
{"markdown": "string"}
Extension release notes updated