Mark all resources for reindexing

post

oracle-fhir-server/fhir/$mark-all-resources-for-reindexing

Marks all currently existing resources of a given type, or all resources of all types, for reindexing.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/fhir+json ()
FHIR Parameters Resource
Root Schema : schema
Type: object
FHIR Parameters Resource
Example:
{
  "resourceType": "Parameters",
  "parameter": [ {
    "name": "type",
    "valueString": "Patient"
  }, {
    "name": "status"
  } ]
}
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : FHIR-MARK-REINDEX-RESP-RESOURCE
Type: object
FHIR Parameters Resource
Example:
{
  "resourceType": "Parameters",
  "parameter": [ {
    "name": "type",
    "valueString": "Marked resources"
  } ]
}
Back to Top