Update application version
Update an application version. You can update the `supported` field. Requires a [JSON patch](https://datatracker.ietf.org/doc/html/rfc6902) representation of the desired changes to the application version. To learn more, read [Updates](https://launchdarkly.com/docs/api#updates).
Authentication
Authorizationstring
API Key authentication via header
Path parameters
applicationKey
The application key
versionKey
The application version key
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
A JSON value used in "add", "replace", and "test" operations
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.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error