feat: add timeout comment for validate operation in plain_server.http (#817)

This commit is contained in:
Patrick Werner
2025-05-07 10:35:46 +02:00
committed by GitHub
parent 88ed318e76
commit 6863e4c1e6

View File

@@ -206,6 +206,7 @@ GET http://{{host}}/fhir/Patient/{{batch_patient_id}}/$everything
### Extended Operations - validate ### Extended Operations - validate
# https://hapifhir.io/hapi-fhir/docs/server_plain/rest_operations_operations.html # https://hapifhir.io/hapi-fhir/docs/server_plain/rest_operations_operations.html
# @timeout 180 # wait up to 2 minutes for the validate response
POST http://{{host}}/fhir/Patient/{{batch_patient_id}}/$validate POST http://{{host}}/fhir/Patient/{{batch_patient_id}}/$validate
> {% > {%