Update project
Update a project. Updating a project uses a [JSON patch](https://datatracker.ietf.org/doc/html/rfc6902) representation of the desired changes. To learn more, read [Updates](https://launchdarkly.com/docs/api#updates).<br/><br/>To add an element to the project fields that are arrays, set the `path` to the name of the field and then append `/<array index>`. Use `/0` to add to the beginning of the array. Use `/-` to add to the end of the array.
Path parameters
projectKey
The project 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
Project response
_links
The location and content type of related resources
_id
The ID of this project
key
The key of this project
includeInSnippetByDefault
Whether or not flags created in this project are made available to the client-side JavaScript SDK by default
name
A human-friendly name for the project
environments
A list of environments for the project
defaultClientSideAvailability
Describes which client-side SDKs can use new flags by default
_access
Details on the allowed and denied actions for this project
defaultReleasePipelineKey
The key of the default release pipeline for this project