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
Copy file name to clipboardExpand all lines: api.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
* LaunchDarkly REST API
3
3
* Build custom integrations with the LaunchDarkly REST API
4
4
*
5
-
* OpenAPI spec version: 3.3.1
5
+
* OpenAPI spec version: 3.3.2
6
6
* Contact: support@launchdarkly.com
7
7
*
8
8
* NOTE: This class is auto generated by the swagger code generator program.
@@ -3884,8 +3884,8 @@ export class AuditLogApi {
3884
3884
*
3885
3885
* @summary Get a list of all audit log entries. The query parameters allow you to restrict the returned results by date ranges, resource specifiers, or a full-text search query.
3886
3886
* @param before A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have before this timestamp.
3887
-
* @param after A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp.
3888
-
* @param q 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.
3887
+
* @param after A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp.
3888
+
* @param q 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.
3889
3889
* @param limit A limit on the number of audit log entries to be returned, between 1 and 20.
3890
3890
* @param spec A resource specifier, allowing you to filter audit log listings by resource.
0 commit comments