Update application version
BetaUpdate 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
applicationKey
The application key
versionKey
The application version key
Headers
Authorization
Request
This endpoint expects a list of objects.
op
The type of operation to perform
path
A JSON Pointer string specifying the part of the document to operate on
value
Response
Application version response
autoAdded
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.
key
The unique identifier of this application version
name
The name of this version
_access
Details on the allowed and denied actions for this application version
_links
The location and content type of related resources
_version
Version of the application version
creationDate
Timestamp of when the application version was created
supported
Whether this version is supported. Only applicable if the application kind
is mobile
.