Docs links for post, better set permissions schema

This commit is contained in:
shamoon
2024-11-30 22:21:51 -08:00
parent 63f5ad9ca4
commit 0aad777c3f
4 changed files with 50 additions and 3 deletions

View File

@@ -359,6 +359,10 @@ SPECTACULAR_SETTINGS = {
"SERVE_INCLUDE_SCHEMA": False,
"SWAGGER_UI_DIST": "SIDECAR",
"COMPONENT_SPLIT_REQUEST": True,
"EXTERNAL_DOCS": {
"description": "Paperless-ngx API Documentation",
"url": "https://docs.paperless-ngx.com/api/",
},
"ENUM_NAME_OVERRIDES": {
"MatchingAlgorithm": "documents.models.MatchingModel.MATCHING_ALGORITHMS",
},