Update status of an operation.Copy Pageput https://api.mozzeno.com/operations/{operationId}/statusPUT: /operations/{guid}/statusPath ParamsoperationIduuidrequiredThe unique identifier of the operationBody Paramsapplication/jsonapplication/*+jsonThe OperationStatusstatusint32enum0 = New, 1 = Requested, 2 = Processing, 3 = Processed, 4 = Rejected, 5 = Cancelled012345Allowed:012345Headerscontent-typestringenumDefaults to application/jsonGenerated from available request content typesapplication/*+jsonapplication/jsonAllowed:application/*+jsonapplication/jsonResponses 200The entity has been updated. 400The input model is not valid.Updated 11 months ago