From 41da8bd4ac1a873691c8e5fc612b4926b9bc2456 Mon Sep 17 00:00:00 2001 From: ci-build Date: Thu, 7 Sep 2023 12:53:50 +0000 Subject: [PATCH] [ci skip] Updating documents --- additional-documentation/rest-api.html | 2 +- coverage.html | 12 - interfaces/CustomValidationHandlerField.html | 271 ------------------ js/menu-wc.js | 3 - js/search/search_index.js | 4 +- modules/DashboardModule.html | 48 ++-- modules/DashboardModule/dependencies.svg | 48 ++-- modules/ExportModule.html | 8 +- modules/ExportModule/dependencies.svg | 8 +- modules/LocalAuthModule.html | 40 +-- modules/LocalAuthModule/dependencies.svg | 40 +-- modules/ManageUsersModule.html | 40 +-- modules/ManageUsersModule/dependencies.svg | 40 +-- modules/RedboxPortalCoreModule.html | 8 +- .../RedboxPortalCoreModule/dependencies.svg | 8 +- overview.html | 2 +- 16 files changed, 148 insertions(+), 434 deletions(-) delete mode 100644 interfaces/CustomValidationHandlerField.html diff --git a/additional-documentation/rest-api.html b/additional-documentation/rest-api.html index 36b260824d..9b65e9426c 100644 --- a/additional-documentation/rest-api.html +++ b/additional-documentation/rest-api.html @@ -1608,7 +1608,7 @@ "additionalProperties": false }

Search Mint records

This endpoint is an authenticated wrapper to Apache solr’s search endpoint and supports all the basic common query parameters.

Search
GET/mint/api/v1.1/search{?q}

Example URI

GET https://demo.redboxresearchdata.com.au/mint/api/v1.1/search?q=query
URI Parameters
HideShow
q
string (required) Example: query

The search string to query the index.

-
Request
HideShow
Headers
Authorization: Bearer abcabcab-abca-abca-abca-abcabcabcabc
Response  200
HideShow
Headers
Content-Type: application/json

Generated by aglio on 31 Aug 2023

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/js/menu-wc.js b/js/menu-wc.js index eadcf2fd93..5776df7b58 100644 --- a/js/menu-wc.js +++ b/js/menu-wc.js @@ -324,9 +324,6 @@ customElements.define('compodoc-menu', class extends HTMLElement {