Update application version

Beta
PATCH
/api/v2/applications/:applicationKey/versions/:versionKey

Update an application version. You can update the supported field. Requires a JSON patch representation of the desired changes to the application version. To learn more, read Updates.

Path parameters

applicationKeystringRequired

The application key

versionKeystringRequired

The application version key

Request

This endpoint expects a list of objects.
list of objects

Response

Application version response

autoAddedboolean

Whether the application version was automatically created, because it was included in a context when a LaunchDarkly SDK evaluated a feature flag, or if the application version was created through the LaunchDarkly UI or REST API.

keystring

The unique identifier of this application version

namestring

The name of this version

_accessobjectOptional

Details on the allowed and denied actions for this application version

_versionintegerOptional

Version of the application version

creationDatelongOptional

Timestamp of when the application version was created

supportedbooleanOptional

Whether this version is supported. Only applicable if the application kind is mobile.

Errors

Built with