``configurations`` required, array An array of configuration objects from the local repository to update in JOC. ``configuration`` required, object A configuration specified by its ``path`` and ``objectType``. If the ``objectType`` FOLDER is specified, all configurations from the folder will be updated in JOC.
"configuration" : {
"path" : "/myWorkflows/ifElseWorkflow/workflow_12",
"objectType" : "WORKFLOW",
}
``category`` required, string Categorize the repository nature. Possible values are LOCAL or ROLLOUT.