mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 16:21:57 -05:00
🐛 Fix backend api doc generation for auth required endpoints
This commit is contained in:
parent
19d88cc1a6
commit
fcdf33b134
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
{:name (::sv/name mdata)
|
||||
:module (or (some-> (::module mdata) d/name)
|
||||
(-> (:ns mdata) (str/split ".") last))
|
||||
:auth (:auth mdata true)
|
||||
:auth (::rpc/auth mdata true)
|
||||
:webhook (::webhooks/event? mdata false)
|
||||
:docs (::sv/docstring mdata)
|
||||
:deprecated (::deprecated mdata)
|
||||
|
|
Loading…
Add table
Reference in a new issue