This repository was archived by the owner on Sep 3, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -915,7 +915,7 @@ build_request_path() {
915
915
print_help () {
916
916
cat << EOF
917
917
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}
919
919
920
920
${BOLD}${WHITE} Usage${OFF}
921
921
@@ -1110,7 +1110,7 @@ echo -e " \\t\\t\\t\\t(e.g. 'https://app.launchdarkly.com')"
1110
1110
# #############################################################################
1111
1111
print_about () {
1112
1112
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} "
1114
1114
echo " "
1115
1115
echo -e " License: Apache 2.0"
1116
1116
echo -e
" Contact: [email protected] "
@@ -1130,7 +1130,7 @@ echo "$appdescription" | paste -sd' ' | fold -sw 80
1130
1130
# #############################################################################
1131
1131
print_version () {
1132
1132
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} "
1134
1134
echo " "
1135
1135
}
1136
1136
Original file line number Diff line number Diff line change 3
3
## Properties
4
4
Name | Type | Description | Notes
5
5
------------ | ------------- | ------------- | -------------
6
+ ** _ id** | ** string** | | [ optional] [ default to null]
6
7
** name** | ** string** | | [ optional] [ default to null]
7
8
** description** | ** string** | | [ optional] [ default to null]
8
9
** value** | ** map** | | [ default to null]
Original file line number Diff line number Diff line change 10
10
license :
11
11
name : Apache 2.0
12
12
url : ' http://www.apache.org/licenses/LICENSE-2.0.html'
13
- version : 3.2 .0
13
+ version : 3.3 .0
14
14
host : app.launchdarkly.com
15
15
basePath : /api/v2
16
16
schemes :
@@ -1589,6 +1589,9 @@ definitions:
1589
1589
required :
1590
1590
- value
1591
1591
properties :
1592
+ _id :
1593
+ type : string
1594
+ example : 24b32dd3-0ba6-46ee-86af-230eebf3c7cb
1592
1595
name :
1593
1596
type : string
1594
1597
example : ' True'
You can’t perform that action at this time.
0 commit comments