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

Commit 20900d1

Browse files
author
LaunchDarklyCI
committed
Version 3.3.1 automatically generated from ld-openapi@c61a322.
1 parent cea515d commit 20900d1

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

client.sh

+3-3
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.3.0)${OFF}
918+
${BOLD}${WHITE}LaunchDarkly REST API command line client (API version 3.3.1)${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.3.0)${OFF}"
1113+
echo -e "${BOLD}${WHITE}LaunchDarkly REST API command line client (API version 3.3.1)${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.3.0)${OFF}"
1133+
echo -e "${BOLD}LaunchDarkly REST API command line client (API version 3.3.1)${OFF}"
11341134
echo ""
11351135
}
11361136

openapi.yml

+9-5
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.3.0
13+
version: 3.3.1
1414
host: app.launchdarkly.com
1515
basePath: /api/v2
1616
schemes:
@@ -1730,8 +1730,10 @@ definitions:
17301730
type: object
17311731
properties:
17321732
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
17351737
variationId:
17361738
type: string
17371739
description: the ID of the variation that the user is targeted on a flag
@@ -1750,8 +1752,10 @@ definitions:
17501752
type: object
17511753
properties:
17521754
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
17551759
targetType:
17561760
type: string
17571761
description: >-

0 commit comments

Comments
 (0)