mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-19 14:05:23 +00:00
tweaks to docs (#200)
This commit is contained in:
@@ -56,12 +56,12 @@ message SaveRequest {
|
||||
message SaveResponse {
|
||||
}
|
||||
|
||||
// List file by their project and optionally a path.
|
||||
// List files by their project and optionally a path.
|
||||
message ListRequest {
|
||||
// Project, required for listing.
|
||||
string project = 1;
|
||||
// Defaults to '/', ie. lists all files in a project.
|
||||
// Supply path if of a folder if you want to list
|
||||
// Supply path to a folder if you want to list
|
||||
// files inside that folder
|
||||
// eg. '/docs'
|
||||
string path = 2;
|
||||
|
||||
Reference in New Issue
Block a user