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: src/Options/docs.js
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -125,5 +125,6 @@
125
125
* @interface FileUploadOptions
126
126
* @property {Boolean} enabled Files can be uploaded with Parse Server.
127
127
* @property {Boolean} enabledForAnonymousUser File upload is enabled for Anonymous Users.
128
+
* @property {Boolean} enabledForAuthenticatedUser File upload is enabled for authenticated users.
128
129
* @property {Boolean} enabledForPublic File upload is enabled for anyone with access to the Parse Server file upload endpoint, regardless of user authentication.
0 commit comments