SeedKey Data Type
| name | data type | constraints | description |
|---|---|---|---|
| id | number | required int | The unique id of the seed-key to be used when associating a2l files with an ECU. |
| name | string | The name of the seed-key as displayed in the WICE portal. | |
| enabled | boolean | required boolean | If the seed-key is enabled or not. Currently all available seed-keys are enabled. |
Example
{
"id" : 12345,
"name" : "seedKey1",
"enabled" : true
}