I am trying to initialize my participant table via API (using the json-rpc with Python). The table needs some custom attributes, looking at the documentation I should be able to do this as array. I assumed the array could/should look like the arrays used for uploading participant data via API.
But after trying a lot of combinations like:
[{"Attribute field": "attribute_1", "Mandatory":1/Yes,"Field caption":"class"}] , without specifying the attribute field, just giving them the captions for the custom attributes
I only get the result OK and the table is initialized, but without the specified attributes.