Post
/processes/{process}/aggregation
Updates the aggregation field of a process. If no aggregation is provided, defaults to 'amount'.
Security
OAuth
Laravel passport oauth2 security.
FlowAuthorization Code
Authorization URLhttps://develop-qa.processmaker.net/oauth/authorize
Token URLhttps://develop-qa.processmaker.net/oauth/token
Refresh URLhttps://develop-qa.processmaker.net/token/refresh
Path parameters
process
integerRequired
ID of the process
Body parameters
object
aggregation
string
Field name to use for aggregation (defaults to 'amount' if not provided)
Exampleamount
Responses
200
Updated aggregation field
object
data
string
The saved aggregation field value
Exampleamount
404
Process not found