Skip to content

Commit becb47d

Browse files
update to 0.25.0 (#40)
1 parent d007229 commit becb47d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

dist/api_types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6520,7 +6520,7 @@ export type GetActivityLogsQueryParams = {
65206520
events?: string
65216521
/**
65226522
* 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.
65246524
*/
65256525
start_time?: number
65266526
/**

openapi/openapi.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.1.0
22
info:
33
title: Figma API
4-
version: 0.24.0
4+
version: 0.25.0
55
description: |-
66
This is the OpenAPI specification for the [Figma REST API](https://www.figma.com/developers/api).
77
@@ -1603,8 +1603,7 @@ paths:
16031603
type: string
16041604
- name: start_time
16051605
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.
16081607
in: query
16091608
schema:
16101609
type: number

0 commit comments

Comments
 (0)