Update application
BetaUpdate an application. You can update the `description` and `kind` fields. Requires a [JSON patch](https://datatracker.ietf.org/doc/html/rfc6902) representation of the desired changes to the application. To learn more, read [Updates](https://launchdarkly.com/docs/api#updates).
Authentication
Authorizationstring
API Key authentication via header
Path parameters
applicationKey
The application 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
Response
Application response
autoAdded
Whether the application was automatically created because it was included in a context when a LaunchDarkly SDK evaluated a feature flag, or was created through the LaunchDarkly UI or REST API.
key
The unique identifier of this application
kind
To distinguish the kind of application
Allowed values:
name
The name of the application
flags
Details about the flags that have been evaluated by the application
_access
Details on the allowed and denied actions for this application
_links
The location and content type of related resources
_version
Version of the application
creationDate
Timestamp of when the application version was created
description
The application description
_maintainer
Associated maintainer member or team info for the application