This repository was archived by the owner on Sep 3, 2021. It is now read-only.
File tree 2 files changed +12
-8
lines changed
2 files changed +12
-8
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.3.0 )${OFF}
918
+ ${BOLD}${WHITE} LaunchDarkly REST API command line client (API version 3.3.1 )${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.3.0 )${OFF} "
1113
+ echo -e " ${BOLD}${WHITE} LaunchDarkly REST API command line client (API version 3.3.1 )${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.3.0 )${OFF} "
1133
+ echo -e " ${BOLD} LaunchDarkly REST API command line client (API version 3.3.1 )${OFF} "
1134
1134
echo " "
1135
1135
}
1136
1136
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.3.0
13
+ version : 3.3.1
14
14
host : app.launchdarkly.com
15
15
basePath : /api/v2
16
16
schemes :
@@ -1730,8 +1730,10 @@ definitions:
1730
1730
type : object
1731
1731
properties :
1732
1732
expirationDate :
1733
- type : integer
1734
- description : Date scheduled for expiration
1733
+ type : number
1734
+ format : int64
1735
+ description : Unix epoch time in milliseconds specifying the expiration date
1736
+ example : 1735689600000
1735
1737
variationId :
1736
1738
type : string
1737
1739
description : the ID of the variation that the user is targeted on a flag
@@ -1750,8 +1752,10 @@ definitions:
1750
1752
type : object
1751
1753
properties :
1752
1754
expirationDate :
1753
- type : integer
1754
- description : Date scheduled for expiration
1755
+ type : number
1756
+ format : int64
1757
+ description : Unix epoch time in milliseconds specifying the expiration date
1758
+ example : 1735689600000
1755
1759
targetType :
1756
1760
type : string
1757
1761
description : >-
You can’t perform that action at this time.
0 commit comments