# HG changeset patch # User Alain Mazy # Date 1569339861 -7200 # Node ID eeb2c72dd5df8121a01e69c82e5b99ffdd595f54 # Parent 833d4ec1c1e82957b8fea2353f09a42cd53414ea api doc: asynchronous diff -r 833d4ec1c1e8 -r eeb2c72dd5df OpenAPI/orthanc-openapi.yaml --- a/OpenAPI/orthanc-openapi.yaml Tue Sep 24 10:15:55 2019 +0200 +++ b/OpenAPI/orthanc-openapi.yaml Tue Sep 24 17:44:21 2019 +0200 @@ -270,7 +270,9 @@ items: type: string Asynchronous: - description: true to create a job and return immediately, false to wait for job completion + description: true to create a job and return immediately, false to wait for job completion. + The response will vary according to this parameter. If the call is synchronous, you'll receive + a completed job in the response while if the call is asynchronous, you'll receive a job identifier. type: boolean example: { "Resources" : ["62cdfbea-07c71f0c-cd643b19-841a306a-01221339"],