File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -6520,7 +6520,7 @@ export type GetActivityLogsQueryParams = {
6520
6520
events ?: string
6521
6521
/**
6522
6522
* Unix timestamp of the least recent event to include. This param defaults to one year ago if
6523
- * unspecified. Events prior to one year ago are not available.
6523
+ * unspecified.
6524
6524
*/
6525
6525
start_time ?: number
6526
6526
/**
Original file line number Diff line number Diff line change 1
1
openapi : 3.1.0
2
2
info :
3
3
title : Figma API
4
- version : 0.24 .0
4
+ version : 0.25 .0
5
5
description : |-
6
6
This is the OpenAPI specification for the [Figma REST API](https://www.figma.com/developers/api).
7
7
@@ -1603,8 +1603,7 @@ paths:
1603
1603
type : string
1604
1604
- name : start_time
1605
1605
description : Unix timestamp of the least recent event to include. This param
1606
- defaults to one year ago if unspecified. Events prior to one year
1607
- ago are not available.
1606
+ defaults to one year ago if unspecified.
1608
1607
in : query
1609
1608
schema :
1610
1609
type : number
You can’t perform that action at this time.
0 commit comments