Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Commit cea515d

Browse files
author
LaunchDarklyCI
committed
Version 3.3.0 automatically generated from ld-openapi@6ea22a2.
1 parent da02918 commit cea515d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

client.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ build_request_path() {
915915
print_help() {
916916
cat <<EOF
917917
918-
${BOLD}${WHITE}LaunchDarkly REST API command line client (API version 3.2.0)${OFF}
918+
${BOLD}${WHITE}LaunchDarkly REST API command line client (API version 3.3.0)${OFF}
919919
920920
${BOLD}${WHITE}Usage${OFF}
921921
@@ -1110,7 +1110,7 @@ echo -e " \\t\\t\\t\\t(e.g. 'https://app.launchdarkly.com')"
11101110
##############################################################################
11111111
print_about() {
11121112
echo ""
1113-
echo -e "${BOLD}${WHITE}LaunchDarkly REST API command line client (API version 3.2.0)${OFF}"
1113+
echo -e "${BOLD}${WHITE}LaunchDarkly REST API command line client (API version 3.3.0)${OFF}"
11141114
echo ""
11151115
echo -e "License: Apache 2.0"
11161116
echo -e "Contact: [email protected]"
@@ -1130,7 +1130,7 @@ echo "$appdescription" | paste -sd' ' | fold -sw 80
11301130
##############################################################################
11311131
print_version() {
11321132
echo ""
1133-
echo -e "${BOLD}LaunchDarkly REST API command line client (API version 3.2.0)${OFF}"
1133+
echo -e "${BOLD}LaunchDarkly REST API command line client (API version 3.3.0)${OFF}"
11341134
echo ""
11351135
}
11361136

docs/Variation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6+
**_id** | **string** | | [optional] [default to null]
67
**name** | **string** | | [optional] [default to null]
78
**description** | **string** | | [optional] [default to null]
89
**value** | **map** | | [default to null]

openapi.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ info:
1010
license:
1111
name: Apache 2.0
1212
url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
13-
version: 3.2.0
13+
version: 3.3.0
1414
host: app.launchdarkly.com
1515
basePath: /api/v2
1616
schemes:
@@ -1589,6 +1589,9 @@ definitions:
15891589
required:
15901590
- value
15911591
properties:
1592+
_id:
1593+
type: string
1594+
example: 24b32dd3-0ba6-46ee-86af-230eebf3c7cb
15921595
name:
15931596
type: string
15941597
example: 'True'

0 commit comments

Comments
 (0)