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
                            - application/fhir+json
 
Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectFHIR Parameters Resource
    
    
    
    
    
    
    
    
    
    
    Example:
    
    
{
  "resourceType": "Parameters",
  "parameter": [ {
    "name": "type",
    "valueString": "Patient"
  }, {
    "name": "status"
  } ]
}Response
Supported Media Types
                - application/fhir+json
 
200 Response
Success
                            
                            
                                Root Schema : FHIR-MARK-REINDEX-RESP-RESOURCE
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectFHIR Parameters Resource
    
    
    
    
    
    
    
    
    
    
    Example:
    
    
{
  "resourceType": "Parameters",
  "parameter": [ {
    "name": "type",
    "valueString": "Marked resources"
  } ]
}