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: api/src/core/main.tsp
+3
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,9 @@ namespace models {
159
159
@doc("Whether the resource should be private by default. Private resources can only be accessed by the uploader and by instances and actors declared in the `allowlist`.")
160
160
private:boolean=false;
161
161
162
+
@doc("Whether the resource should be publicly retrievable, i.e. without requiring authentication. If this is `true`, the allow- and denylists are ignored.")
163
+
public:boolean=false;
164
+
162
165
@doc("A list of actors and/or instances allowed to access this resource.")
0 commit comments