The API under https://garage-api.abocar.at/v2 has been updated not only to include feedback, but also includes an upgrade to the newest ironAPI DB and API. With that, some things have been changed.
reply format for plugin calls
To unify the schema of the replies, the a plugin format has been changed to use "data" instead of "result" as the main key for the data of the reply:
{
"success": true,
"data": {
"uuid": "7db3bed8-e06a-45db-9dfa-4086b4f66e2d"
}
}
instead of
{
"success": true,
"result": {
"uuid": "e7d4fcc8-2448-4cc8-9261-86dccbe4f828"
}
}