mirror of
https://github.com/logseq/logseq.git
synced 2026-05-17 17:32:35 +00:00
optional for prod api
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
(def graphs-list-response-schema
|
||||
[:map
|
||||
[:graphs [:sequential graph-info-schema]]
|
||||
[:user-rsa-keys-exists? :boolean]])
|
||||
[:user-rsa-keys-exists? {:optional true} :boolean]])
|
||||
|
||||
(def graph-create-request-schema
|
||||
[:map
|
||||
|
||||
Reference in New Issue
Block a user