v1

latestOpenAPI 3.1.02026-07-1451089.2 KB

Move boxes to a different pipeline (batch)

post/pipelines/{pipelineKey}/boxes/batch

Path parameters

pipelineKeystring required

Pipeline key you are moving the boxes from.

Request body

jsonstring json required

An array containing information on the boxes to be moved. ex [{"key":"boxKey1","boxKey":"boxKey1","pipelineKey":"newPipelineKey"},{"key":"boxKey2","boxKey":"boxKey2","pipelineKey":"newPipelineKey"}] Please note that this example through readme.io will not work because our API expects the JSON array to begin immediately. An example is given below.

Response

200