Skip to content
Open
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
14 changes: 14 additions & 0 deletions api/openapi-spec/v1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4921,6 +4921,20 @@ components:
'@UI.Hidden':
description: Properties or facets (see UI.Facet) annotated with this term will not be rendered if the annotation evaluates to true. Users can set this to hide permissions.
type: boolean
'@libre.graph.user.following':
description: |
Indicates whether the current user is following this DriveItem. Read-only.
Use the FollowDriveItem and UnfollowDriveItem operations to change the following state.
type: boolean
readOnly: true
'@libre.graph.tags':
description: |
The list of tags assigned to this DriveItem. Read-only.
Use the AssignTags and UnassignTags operations to modify tags.
type: array
items:
type: string
readOnly: true
sharingLinkType:
type: string
enum: [ internal, view, upload, edit, createOnly, blocksDownload ]
Expand Down