Update Aggregation
Update the Aggregation with the given UUID.
Note: If you have created Custom Fields for an Aggregation, when you use this endpoint to update the Aggregation use the customFields parameter to preserve those Custom Fields. If you omit them from the update request, they will be lost.
Path parameters
UUID of the Organization. The Organization represents your company as a direct customer of the m3ter service.
The UUID of the Aggregation to update.
Request body
Example request
{
"code": "example_code"
}Response
Return the updated Aggregation
Changes
Changed in 5 of the 10 revisions of this API.757
- ●
added the new
CUSTOM_SQLenum value to theallOf[subschema #4]/aggregationresponse property for the response status200response-property-enum-value-added
- ○
added the new
CUSTOM_SQLenum value to the request propertyallOf[subschema #4]/aggregationrequest-property-enum-value-added
- ●
- ▲
removed the enum value
CUSTOM_SQLof the request propertyallOf[subschema #4]/aggregationrequest-property-enum-value-removed
- ▲
the response property
allOf[AbstractAggregationResponse]/allOf[AbstractResponseWithCustomFields]/allOf[AbstractResponse]/versionbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[AbstractAggregationResponse]/allOf[AbstractResponse]/versionbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[AbstractResponseWithCustomFields]/allOf[AbstractResponse]/versionbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[AbstractResponse]/versionbecame optional for the status200response-property-became-optional
- ○
removed the
CUSTOM_SQLenum value from theallOf[subschema #4]/aggregationresponse property for the response status200response-property-enum-value-removed
This revision also has 53 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
the
allOf[subschema #4]/customSqlrequest property's maxLength was set to2048request-property-max-length-set
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
CUSTOM_SQLenum value to theallOf[subschema #4]/aggregationresponse property for the response status200response-property-enum-value-added
- ○
added the new
CUSTOM_SQLenum value to the request propertyallOf[subschema #4]/aggregationrequest-property-enum-value-added
- ●
- ▲
the
allOf[AbstractAggregationRequest]/allOf[AbstractRequestWithCustomFields]/allOf[subschema #2]/customFieldsrequest property type/format changed from/toobject/request-property-type-changed
- ▲
the
allOf[AbstractRequestWithCustomFields]/allOf[subschema #2]/customFieldsrequest property type/format changed from/toobject/request-property-type-changed
- ●
removed
subschema #1subschema #2from theallOf[AbstractAggregationRequest]/allOf[AbstractRequestWithCustomFields]/allOf[subschema #2]/customFieldsrequest propertyallOflistrequest-property-all-of-removed
- ●
removed
subschema #1subschema #2from theallOf[AbstractRequestWithCustomFields]/allOf[subschema #2]/customFieldsrequest propertyallOflistrequest-property-all-of-removed
- ○
added the new optional request property
allOf[AbstractAggregationRequest]/allOf[subschema #3]/accountingProductIdnew-optional-request-property
- ○
added the new optional request property
allOf[subschema #4]/customSqlnew-optional-request-property
- ○
added the optional property
allOf[AbstractAggregationResponse]/allOf[subschema #3]/accountingProductIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #4]/customSqlto the response with the200statusresponse-optional-property-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲