comparison OpenAPI/orthanc-openapi.yaml @ 287:eeb2c72dd5df

api doc: asynchronous
author Alain Mazy <alain@mazy.be>
date Tue, 24 Sep 2019 17:44:21 +0200
parents 833d4ec1c1e8
children 2e71e7cc0ec5
comparison
equal deleted inserted replaced
286:833d4ec1c1e8 287:eeb2c72dd5df
268 description: A list of resources IDs (Patient, Studies, Series or Instances) 268 description: A list of resources IDs (Patient, Studies, Series or Instances)
269 type: array 269 type: array
270 items: 270 items:
271 type: string 271 type: string
272 Asynchronous: 272 Asynchronous:
273 description: true to create a job and return immediately, false to wait for job completion 273 description: true to create a job and return immediately, false to wait for job completion.
274 The response will vary according to this parameter. If the call is synchronous, you'll receive
275 a completed job in the response while if the call is asynchronous, you'll receive a job identifier.
274 type: boolean 276 type: boolean
275 example: { 277 example: {
276 "Resources" : ["62cdfbea-07c71f0c-cd643b19-841a306a-01221339"], 278 "Resources" : ["62cdfbea-07c71f0c-cd643b19-841a306a-01221339"],
277 "Asynchronous" : true 279 "Asynchronous" : true
278 } 280 }