mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-23 07:41:25 +00:00
enable storing public files (#369)
This commit is contained in:
@@ -42,10 +42,15 @@ message ReadResponse {
|
||||
|
||||
// Save a file
|
||||
message SaveRequest {
|
||||
// The file to save
|
||||
Record file = 1;
|
||||
// Make the file public: true or false
|
||||
bool public = 2;
|
||||
}
|
||||
|
||||
message SaveResponse {
|
||||
// The permalink for the file if made public
|
||||
string url = 1;
|
||||
}
|
||||
|
||||
// List files by their project and optionally a path.
|
||||
|
||||
Reference in New Issue
Block a user