Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A abocar
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • cct
  • abocar
  • Wiki
  • v2

Last edited by Andrea Pavlovic Mar 08, 2023
Page history

v2

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"
  }
}
Clone repository
  • Customers
  • Home
  • Queries
  • Test_Setup
  • Vehicles
  • v2