Last updated
© 2025 make.com
Last updated
Updates the specified data structure. Make updates only parameters you send in the request body. Note that when you update the data structure specification with the spec
parameter, you have to provide all structure fields you want to use. Make replaces the old structure specification with the new one. The response contains all details about the updated data structure.
The data structure ID. Get the dataStructureId with the list data structures endpoint.
1459
The name of the data structure. The maximum length of the name is 128 characters.
Set to true to enforce strict validation of the data put in the data structure. With the strict validation enabled, the data structure won’t store data that don’t fit into the structure and the storing module will return an error.
The default value of this parameter is false. With the default setting, the modules using the data structure will process data that don’t conform to the data structure.
false
Sets the data structure specification.
Note that when you update the data structure specification with the spec parameter, you have to provide all structure fields you want to use. Make replaces the old structure specification with the new one.”
Successful response