mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
refactor(skills): import skill with pure markdown string
This commit is contained in:
+3
-1
@@ -1005,6 +1005,8 @@ definitions:
|
||||
type: object
|
||||
name:
|
||||
type: string
|
||||
raw:
|
||||
type: string
|
||||
type: object
|
||||
handlers.SkillsDeleteRequest:
|
||||
properties:
|
||||
@@ -1024,7 +1026,7 @@ definitions:
|
||||
properties:
|
||||
skills:
|
||||
items:
|
||||
$ref: '#/definitions/handlers.SkillItem'
|
||||
type: string
|
||||
type: array
|
||||
type: object
|
||||
handlers.SnapshotInfo:
|
||||
|
||||
Reference in New Issue
Block a user