Processes
Update Process Field
Modify specific fields of an existing business process.
POST
Body Parameters
The unique ID of the process to update.
The unique identifier for the sub-project.
A key-value map of the fields to update. Example:
{"productName": "CORE - Custom LLM"}Response
Success or failure status message.
Error Codes
| Code | ID | Description |
|---|---|---|
ERROR_PROCESS_ID_NOT_FOUND | 1221 | Specified process ID does not exist |
ERROR_NOT_ALLOWED_TO_UPDATE | 1207 | User unauthorized to update data |
ERROR_UPDATING_PROCESS_FIELDS | 1224 | Internal error during field update |
ERROR_PROCESS_UNKNOWN_FIELD_IN_REQUEST | 1231 | Invalid field name in request |
ERROR_PROCESS_INVALID_FIELD_VALUE | 1232 | Invalid value provided for field |
ERROR_RBAC_SETTINGS_MISSING | 1203 | RBAC configuration missing |
