put
https://{yourinstance}.makaira.io/aggregation/
Update an aggregation by ID
Updates an existing filter aggregation.
Requires authentication.
Request
PUT /aggregation/{id}
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | The ID of the aggregation to update. |
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Content-Type | application/json |
Request Body
Accepts the same fields as the create endpoint. See Create aggregation for field descriptions.
Response
Returns the updated aggregation object.
200OK

