Update application version

Beta

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

Headers

AuthorizationstringRequired

Request

This endpoint expects a list of objects.
opstringRequired
The type of operation to perform
pathstringRequired
A JSON Pointer string specifying the part of the document to operate on
valueanyOptional

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