If both the If-Modified-Since header and the modified_since query parameter are provided, the modified_since query parameter takes priority.
Use the most recent timestamp between the If-Modified-Since header and the modified_since query parameter — whichever is later takes precedence.
While reviewing OpenAPI Spec (https://github.com/doe-iri/iri-facility-api-docs/blob/main/specification/openapi/openapi_iri_facility_api_v1.yaml#L154-L169) I noticed that python implementation does not implement (nor expose in OpenAPI.json) any of the headers (Accept and If-Modified-Since).
or
@jmacauley