Update application

Beta

Update an application. You can update the description and kind fields. Requires a JSON patch representation of the desired changes to the application. To learn more, read Updates.

Path parameters

applicationKeystringRequired
The application 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 response
autoAddedboolean
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.
keystring
The unique identifier of this application
kindenum
To distinguish the kind of application
Allowed values:
namestring
The name of the application
flagsobjectOptional
Details about the flags that have been evaluated by the application
_accessobjectOptional
Details on the allowed and denied actions for this application
_versionintegerOptional
Version of the application
creationDatelongOptional
Timestamp of when the application version was created
descriptionstringOptional
The application description
_maintainerobjectOptional
Associated maintainer member or team info for the application

Errors