mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-15 20:16:52 +00:00
fix(docs): Add feature availability to audit API (#13459)
This commit is contained in:
parent
cb9796e047
commit
e0f57b5ef0
@ -4,6 +4,7 @@ Sphinx==6.1.3
|
||||
sphinx-click==4.4.0
|
||||
sphinx_autodoc_typehints==1.22
|
||||
pydata-sphinx-theme==0.13.1
|
||||
snowballstemmer>=2.2,<3 # Fixes https://github.com/sphinx-doc/sphinx/issues/13533
|
||||
|
||||
# Because of https://github.com/pydata/pydata-sphinx-theme/issues/108
|
||||
accessible-pygments
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
import FeatureAvailability from '@site/src/components/FeatureAvailability';
|
||||
|
||||
# Audit Events Search API V1
|
||||
|
||||
<FeatureAvailability />
|
||||
|
||||
## Endpoint
|
||||
|
||||
`/openapi/v1/events/audit/search`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user