You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: _client.sh
+3-3
Original file line number
Diff line number
Diff line change
@@ -364,8 +364,8 @@ case $state in
364
364
local -a _op_arguments
365
365
_op_arguments=(
366
366
"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."
369
369
"limit=:[QUERY] A limit on the number of audit log entries to be returned, between 1 and 20."
370
370
"spec=:[QUERY] A resource specifier, allowing you to filter audit log listings by resource."
371
371
)
@@ -858,7 +858,7 @@ case $state in
858
858
"q=:[QUERY] Search query."
859
859
"limit=:[QUERY] Pagination limit."
860
860
"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."
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}" \
1148
1148
| 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}" \
1150
1150
| 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}" \
1152
1152
| paste -sd''| fold -sw 80 | sed '2,$s/^/ /'
1153
1153
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}" \
echo -e " * ${GREEN}offset${OFF}${BLUE}[integer]${OFF}${OFF} - Specifies the first item to return in the collection.${YELLOW} Specify as: offset=value${OFF}" \
2524
2524
| 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}" \
**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]
27
27
**limit** | **integer** | A limit on the number of audit log entries to be returned, between 1 and 20. | [optional]
28
28
**spec** | **string** | A resource specifier, allowing you to filter audit log listings by resource. | [optional]
**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]
0 commit comments