diff --git a/backend/web/src/main/resources/config/elasticsearch.yml b/backend/web/src/main/resources/config/elasticsearch.yml index 3b40af350..43c8bd332 100644 --- a/backend/web/src/main/resources/config/elasticsearch.yml +++ b/backend/web/src/main/resources/config/elasticsearch.yml @@ -15,7 +15,7 @@ elastic: disableHostnameVerifier: false app-elastic: enabled: ${ELASTIC_ENABLED} - planIndexName: ${ELASTIC_DMP_INDEX} + planIndexName: ${ELASTIC_PLAN_INDEX} descriptionIndexName: ${ELASTIC_DESCRIPTION_INDEX} enableIcuAnalysisPlugin: false resetBatchSize: 1000 diff --git a/docs/docs/documentation/for-devs/apis/swagger.md b/docs/docs/documentation/for-devs/apis/swagger.md index 35107c654..4e689d7d9 100644 --- a/docs/docs/documentation/for-devs/apis/swagger.md +++ b/docs/docs/documentation/for-devs/apis/swagger.md @@ -35,6 +35,9 @@ The swagger UI is available at the `/swagger-ui/index.html` url. It contains doc - **/api/tag/\*\*** - **/api/reference/\*\*** - **/api/reference-type/\*\*** + - **/api/user/\*\*** + - **/api/principal/\*\*** + - **/api/lock/\*\***

These endpoints require authentication.