feat: add snippet field to memo message (#3689)

This commit is contained in:
Johnny
2024-07-15 08:08:08 +08:00
committed by GitHub
parent bcb8843245
commit 9909fd8a6f
5 changed files with 420 additions and 382 deletions
+6
View File
@@ -969,6 +969,9 @@ paths:
type: string
title: "The name of the parent memo.\r\nFormat: memos/{id}"
readOnly: true
snippet:
type: string
description: The snippet of the memo content. Plain text only.
tags:
- MemoService
/api/v1/{name_1}:
@@ -2644,6 +2647,9 @@ definitions:
type: string
title: "The name of the parent memo.\r\nFormat: memos/{id}"
readOnly: true
snippet:
type: string
description: The snippet of the memo content. Plain text only.
v1MemoProperty:
type: object
properties: