Hub capabilities API - PUT an extension 2.0 release notes

Sets the release notes of an extension 2.0 release. Any notes are overwritten.

The request consumes an application/json payload.

PUTSaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/hub/extensions2/{extensionName}/releases/{version}/releaseNotes
Environment ActiveGateCluster ActiveGatehttps://{your-activegate-domain}:9999/e/{your-environment-id}/api/v2/hub/extensions2/{extensionName}/releases/{version}/releaseNotes

Authentication

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.

Parameters

ParameterTypeDescriptionInRequired
extensionNamestring

Fully qualified name of the extension

pathrequired
versionstring

Version of the extension release

pathrequired
bodyExtensionReleaseNotes

The JSON body of the request. Contains the markdown for release notes

bodyoptional

Request body objects

The ExtensionReleaseNotes object

ElementTypeDescriptionRequired
markdownstring

Release notes in markdown format

optional

Request body JSON model

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"
}

Response

Response codes

CodeTypeDescription
204-

Extension release notes updated

400ErrorEnvelope

Bad request

404ErrorEnvelope

Not found

503ErrorEnvelope

Unavailable

4XXErrorEnvelope

Client side error.

5XXErrorEnvelope

Server side error.