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

Commit de1ade2

Browse files
author
LaunchDarklyCI
committed
Version 3.3.2 automatically generated from ld-openapi@50be275.
1 parent 20900d1 commit de1ade2

File tree

5 files changed

+23
-24
lines changed

5 files changed

+23
-24
lines changed

_client.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ case $state in
364364
local -a _op_arguments
365365
_op_arguments=(
366366
"before=:[QUERY] A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have before this timestamp."
367-
"after=:[QUERY] A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp."
368-
"q=:[QUERY] Text to search for. You can search for the full or partial name of the resource involved or fullpartial email address of the member who made the change."
367+
"after=:[QUERY] A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp."
368+
"q=:[QUERY] Text to search for. You can search for the full or partial name of the resource involved or full or partial email address of the member who made the change."
369369
"limit=:[QUERY] A limit on the number of audit log entries to be returned, between 1 and 20."
370370
"spec=:[QUERY] A resource specifier, allowing you to filter audit log listings by resource."
371371
)
@@ -858,7 +858,7 @@ case $state in
858858
"q=:[QUERY] Search query."
859859
"limit=:[QUERY] Pagination limit."
860860
"offset=:[QUERY] Specifies the first item to return in the collection."
861-
"after=:[QUERY] A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp."
861+
"after=:[QUERY] A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp."
862862
)
863863
_describe -t actions 'operations' _op_arguments -S '' && ret=0
864864
;;

client.sh

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

@@ -1146,9 +1146,9 @@ print_getAuditLogEntries_help() {
11461146
echo -e "${BOLD}${WHITE}Parameters${OFF}"
11471147
echo -e " * ${GREEN}before${OFF} ${BLUE}[integer]${OFF}${OFF} - A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have before this timestamp.${YELLOW} Specify as: before=value${OFF}" \
11481148
| paste -sd' ' | fold -sw 80 | sed '2,$s/^/ /'
1149-
echo -e " * ${GREEN}after${OFF} ${BLUE}[integer]${OFF}${OFF} - A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp.${YELLOW} Specify as: after=value${OFF}" \
1149+
echo -e " * ${GREEN}after${OFF} ${BLUE}[integer]${OFF}${OFF} - A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp.${YELLOW} Specify as: after=value${OFF}" \
11501150
| paste -sd' ' | fold -sw 80 | sed '2,$s/^/ /'
1151-
echo -e " * ${GREEN}q${OFF} ${BLUE}[string]${OFF}${OFF} - Text to search for. You can search for the full or partial name of the resource involved or fullpartial email address of the member who made the change.${YELLOW} Specify as: q=value${OFF}" \
1151+
echo -e " * ${GREEN}q${OFF} ${BLUE}[string]${OFF}${OFF} - Text to search for. You can search for the full or partial name of the resource involved or full or partial email address of the member who made the change.${YELLOW} Specify as: q=value${OFF}" \
11521152
| paste -sd' ' | fold -sw 80 | sed '2,$s/^/ /'
11531153
echo -e " * ${GREEN}limit${OFF} ${BLUE}[integer]${OFF}${OFF} - A limit on the number of audit log entries to be returned, between 1 and 20.${YELLOW} Specify as: limit=value${OFF}" \
11541154
| paste -sd' ' | fold -sw 80 | sed '2,$s/^/ /'
@@ -2522,7 +2522,7 @@ print_getSearchUsers_help() {
25222522
| paste -sd' ' | fold -sw 80 | sed '2,$s/^/ /'
25232523
echo -e " * ${GREEN}offset${OFF} ${BLUE}[integer]${OFF}${OFF} - Specifies the first item to return in the collection.${YELLOW} Specify as: offset=value${OFF}" \
25242524
| paste -sd' ' | fold -sw 80 | sed '2,$s/^/ /'
2525-
echo -e " * ${GREEN}after${OFF} ${BLUE}[integer]${OFF}${OFF} - A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp.${YELLOW} Specify as: after=value${OFF}" \
2525+
echo -e " * ${GREEN}after${OFF} ${BLUE}[integer]${OFF}${OFF} - A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp.${YELLOW} Specify as: after=value${OFF}" \
25262526
| paste -sd' ' | fold -sw 80 | sed '2,$s/^/ /'
25272527
echo ""
25282528
echo -e "${BOLD}${WHITE}Responses${OFF}"

docs/AuditLogApi.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Get a list of all audit log entries. The query parameters allow you to restrict
2222
Name | Type | Description | Notes
2323
------------- | ------------- | ------------- | -------------
2424
**before** | **integer** | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have before this timestamp. | [optional]
25-
**after** | **integer** | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp. | [optional]
26-
**q** | **string** | Text to search for. You can search for the full or partial name of the resource involved or fullpartial email address of the member who made the change. | [optional]
25+
**after** | **integer** | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp. | [optional]
26+
**q** | **string** | Text to search for. You can search for the full or partial name of the resource involved or full or partial email address of the member who made the change. | [optional]
2727
**limit** | **integer** | A limit on the number of audit log entries to be returned, between 1 and 20. | [optional]
2828
**spec** | **string** | A resource specifier, allowing you to filter audit log listings by resource. | [optional]
2929

docs/UsersApi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Name | Type | Description | Notes
6060
**q** | **string** | Search query. | [optional]
6161
**limit** | **integer** | Pagination limit. | [optional]
6262
**offset** | **integer** | Specifies the first item to return in the collection. | [optional]
63-
**after** | **integer** | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp. | [optional]
63+
**after** | **integer** | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp. | [optional]
6464

6565
### Return type
6666

openapi.yml

+11-12
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.1
13+
version: 3.3.2
1414
host: app.launchdarkly.com
1515
basePath: /api/v2
1616
schemes:
@@ -1345,7 +1345,7 @@ definitions:
13451345
description: Whether the feature flag is a boolean flag or multivariate.
13461346
example: boolean
13471347
creationDate:
1348-
type: number
1348+
type: integer
13491349
format: int64
13501350
description: >-
13511351
A unix epoch time in milliseconds specifying the creation time of this
@@ -1410,7 +1410,7 @@ definitions:
14101410
additionalProperties:
14111411
$ref: '#/definitions/FeatureFlagConfig'
14121412
archivedDate:
1413-
type: number
1413+
type: integer
14141414
format: int64
14151415
description: >-
14161416
A unix epoch time in milliseconds specifying the archived time of this
@@ -1730,7 +1730,7 @@ definitions:
17301730
type: object
17311731
properties:
17321732
expirationDate:
1733-
type: number
1733+
type: integer
17341734
format: int64
17351735
description: Unix epoch time in milliseconds specifying the expiration date
17361736
example: 1735689600000
@@ -1752,7 +1752,7 @@ definitions:
17521752
type: object
17531753
properties:
17541754
expirationDate:
1755-
type: number
1755+
type: integer
17561756
format: int64
17571757
description: Unix epoch time in milliseconds specifying the expiration date
17581758
example: 1735689600000
@@ -1813,7 +1813,7 @@ definitions:
18131813
- ops
18141814
description: An array of tags for this user segment.
18151815
creationDate:
1816-
type: number
1816+
type: integer
18171817
format: int64
18181818
description: >-
18191819
A unix epoch time in milliseconds specifying the creation time of this
@@ -2132,7 +2132,6 @@ definitions:
21322132
properties:
21332133
lastPing:
21342134
type: string
2135-
format: int64
21362135
example: '2015-03-03T02:37:22.492Z'
21372136
environmentId:
21382137
type: string
@@ -2512,12 +2511,12 @@ definitions:
25122511
type: object
25132512
properties:
25142513
'0':
2515-
type: number
2514+
type: integer
25162515
format: int64
25172516
description: A key corresponding to a time series data point.
25182517
example: 0
25192518
time:
2520-
type: number
2519+
type: integer
25212520
format: int64
25222521
description: >-
25232522
A unix epoch time in milliseconds specifying the creation time of this
@@ -3119,7 +3118,7 @@ parameters:
31193118
required: false
31203119
description: >-
31213120
A timestamp filter, expressed as a Unix epoch time in milliseconds. All
3122-
entries returned will have occured after this timestamp.
3121+
entries returned will have occurred after this timestamp.
31233122
format: int64
31243123
type: integer
31253124
PatchRequest:
@@ -3160,8 +3159,8 @@ parameters:
31603159
required: false
31613160
description: >-
31623161
Text to search for. You can search for the full or partial name of the
3163-
resource involved or fullpartial email address of the member who made the
3164-
change.
3162+
resource involved or full or partial email address of the member who made
3163+
the change.
31653164
type: string
31663165
AuditLimit:
31673166
name: limit

0 commit comments

Comments
 (0)