Cache
Reload mappings (deprecated)
Same as POST /$recache, but deprecated. Emits a warning in logs and a Warning response header. Will be removed in future releases.
post/recache
Response
Mappings reloaded successfully
Example response
{
"message": "The following Mappings were loaded to cache",
"mappings": [
"Patient12",
"exampleForRepo"
],
"deprecated": true
}Changes
Changed in 2 of the 8 revisions of this API.11
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●