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: docs/Models/Components/Data.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@
39
39
|`publicStats`|*?bool*|:heavy_minus_sign:| N/A |
40
40
|~~`tagId`~~|*string*|:heavy_check_mark:| : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>The unique ID of the tag assigned to the short link. This field is deprecated β use `tags` instead. |
41
41
|`tags`| array<[Components\TagSchema](../../Models/Components/TagSchema.md)> |:heavy_check_mark:| The tags assigned to the short link. |
42
+
|`folderId`|*string*|:heavy_check_mark:| The unique ID of the folder assigned to the short link. |
42
43
|`comments`|*string*|:heavy_check_mark:| The comments for the short link. |
43
44
|`utmSource`|*string*|:heavy_check_mark:| The UTM source of the short link. |
44
45
|`utmMedium`|*string*|:heavy_check_mark:| The UTM medium of the short link. |
|`id`|*string*|:heavy_check_mark:| The unique ID of the folder. |
9
+
|`name`|*string*|:heavy_check_mark:| The name of the folder. |
10
+
|`createdAt`|*string*|:heavy_check_mark:| The date the folder was created. |
11
+
|`updatedAt`|*string*|:heavy_check_mark:| The date the folder was updated. |
12
+
|`linkCount`|*?float*|:heavy_minus_sign:| The number of links in the folder. |
13
+
|`accessLevel`|[?Components\AccessLevel](../../Models/Components/AccessLevel.md)|:heavy_minus_sign:| The access level of the folder within the workspace. |
0 commit comments