Update a Summary FieldAsk AIput https://api.fireberry.com/api/v2/system-field/{objectType}/summary/{fieldName}Path ParamsobjectTypeint32requiredThe number of the object the field being updated can be found in.fieldNamestringrequiredThe system name of the field being updated.Body ParamslabelstringField name used for system displays.summarizedObjectTypeint32The number of the object type this field will summarize.summarizedObjectFieldstringThe system name of the lookup field which relates the current object to the summarized object.summarizedFieldstringThe system name of the field to summarize, not applicable for the 'count' summary type.summaryTypestringSelection from: 'max', 'min', 'count', 'sum'.summarizedUserIdstringThe GUID of the user who's sharing permissions will be used to determine which records are summarized.filterarrayUse this to filter which records will be summarized.filterprecisionint32Defaults to 0Number between 0-4 to set the amount of digits after the decimal point.followbooleanDefaults to falseTo track all changes made to this field, enter ׳true׳.truefalseResponses 200200 400400Updated 10 months ago