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

messagestring
mappingsstring[]

List of mapping keys loaded into cache

deprecatedboolean

Whether the recache endpoint is deprecated (will emit a warning if true)

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 status

      response-optional-property-added

    • removed the optional property from the response with the status

      response-optional-property-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog