mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: add output only flag
This commit is contained in:
@@ -132,7 +132,7 @@ message Memo {
|
||||
// The name of the memo.
|
||||
// Format: memos/{id}
|
||||
// id is the system generated id.
|
||||
string name = 1;
|
||||
string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
|
||||
|
||||
// The user defined id of the memo.
|
||||
string uid = 2;
|
||||
@@ -155,7 +155,7 @@ message Memo {
|
||||
|
||||
Visibility visibility = 10;
|
||||
|
||||
repeated string tags = 11;
|
||||
repeated string tags = 11 [(google.api.field_behavior) = OUTPUT_ONLY];
|
||||
|
||||
bool pinned = 12;
|
||||
|
||||
|
Reference in New Issue
Block a user