Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --location 'https://api.sarasfinance.com/v1/process/updateProcessField' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer <token>' \ --data '{ "processId": "ef341826-1cab-4680-aa52-efd001f9da00", "updates": { "productName": "CORE - Custom LLM" }, "subProjectId": "93d599a6-a396-4ef6-b30e-aff95c56c523" }'
{ "status": "success", "message": "Process field updated successfully" }
Modify specific fields of an existing business process.
{"productName": "CORE - Custom LLM"}
ERROR_PROCESS_ID_NOT_FOUND
ERROR_NOT_ALLOWED_TO_UPDATE
ERROR_UPDATING_PROCESS_FIELDS
ERROR_PROCESS_UNKNOWN_FIELD_IN_REQUEST
ERROR_PROCESS_INVALID_FIELD_VALUE
ERROR_RBAC_SETTINGS_MISSING