Skip to content

Commit d24dfd0

Browse files
author
LaunchDarklyReleaseBot
committed
Version 17.1.0 automatically generated from ld-openapi.
1 parent 1210670 commit d24dfd0

File tree

7 files changed

+1917
-934
lines changed

7 files changed

+1917
-934
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This REST API is for custom integrations, data export, or automating your featur
66
This client library is only compatible with the latest version of our REST API, version `20220603`. Previous versions of this client library, prior to version 10.0.0, are only compatible with earlier versions of our REST API. When you create an access token, you can set the REST API version associated with the token. By default, API requests you send using the token will use the specified API version. To learn more, read [Versioning](https://apidocs.launchdarkly.com/#section/Overview/Versioning).
77
View our [sample code](#sample-code) for example usage.
88

9-
## launchdarkly-api-typescript@17.0.0
9+
## launchdarkly-api-typescript@17.1.0
1010

1111
# Overview
1212

@@ -194,7 +194,7 @@ For example:
194194
}
195195
```
196196

197-
If any instruction in the patch encounters an error, the endpoint returns an error and will not change the resource. In general, each instruction silently does nothing if the resource is already in the state you request.
197+
Semantic patches are not applied partially; either all of the instructions are applied or none of them are. If **any** instruction is invalid, the endpoint returns an error and will not change the resource. If all instructions are valid, the request succeeds and the resources are updated if necessary, or left unchanged if they are already in the state you request.
198198

199199
### Updates with comments
200200

@@ -432,7 +432,7 @@ navigate to the folder of your consuming project and run one of the following co
432432
_published:_
433433

434434
```
435-
npm install launchdarkly-api-typescript@17.0.0 --save
435+
npm install launchdarkly-api-typescript@17.1.0 --save
436436
```
437437

438438
_unPublished (not recommended):_

api.ts

+1,909-926
Large diffs are not rendered by default.

base.ts

+1-1
Large diffs are not rendered by default.

common.ts

+1-1
Large diffs are not rendered by default.

configuration.ts

+1-1
Large diffs are not rendered by default.

index.ts

+1-1
Large diffs are not rendered by default.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-api-typescript",
3-
"version": "17.0.0",
3+
"version": "17.1.0",
44
"description": "OpenAPI client for launchdarkly-api-typescript",
55
"author": "OpenAPI-Generator Contributors",
66
"repository": {

0 commit comments

Comments
 (0)