Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 10 additions & 15 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6487,6 +6487,13 @@ components:
- id
- handle
- img_url
Role:
type: string
enum:
- owner
- editor
- viewer
description: The role of the user making the API request in relation to the resource.
FrameInfo:
type: object
description: Data on the frame a component resides in.
Expand Down Expand Up @@ -8541,11 +8548,7 @@ components:
type: string
description: The name of the file as it appears in the editor.
role:
type: string
enum:
- owner
- editor
- viewer
$ref: "#/components/schemas/Role"
description: The role of the user making the API request in relation to the
file.
lastModified:
Expand Down Expand Up @@ -8640,11 +8643,7 @@ components:
type: string
description: The name of the file as it appears in the editor.
role:
type: string
enum:
- owner
- editor
- viewer
$ref: "#/components/schemas/Role"
description: The role of the user making the API request in relation to the
file.
lastModified:
Expand Down Expand Up @@ -8798,11 +8797,7 @@ components:
- make
description: The type of editor associated with this file.
role:
type: string
enum:
- owner
- editor
- viewer
$ref: "#/components/schemas/Role"
description: The role of the user making the API request in relation to the
file.
link_access:
Expand Down