Skip to content

Commit 12e08cc

Browse files
docs: update LibresignNextcloudFile type definition
Update psalm type to reflect the actual fields returned by the file upload endpoint: status, statusText, and created_at instead of etag, path, and type. Signed-off-by: Vitor Mattos <[email protected]>
1 parent ac6c0c4 commit 12e08cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/ResponseDefinitions.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
* message: string,
4545
* name: string,
4646
* id: int,
47-
* etag: string,
48-
* path: string,
49-
* type: string,
47+
* status: int,
48+
* statusText: string,
49+
* created_at: string,
5050
* }
5151
* @psalm-type LibresignIdentifyAccount = array{
5252
* id: non-negative-int,

0 commit comments

Comments
 (0)