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

v2 · Changes

Page history
Create v2 authored Mar 08, 2023 by Andrea Pavlovic's avatar Andrea Pavlovic
Show whitespace changes
Inline Side-by-side
v2.md 0 → 100644
View page @ c642fb43
The API under .../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:
```json
{
"success": true,
"data": {
"uuid": "7db3bed8-e06a-45db-9dfa-4086b4f66e2d"
}
}
```
instead of
```json
{
"success": true,
"result": {
"uuid": "e7d4fcc8-2448-4cc8-9261-86dccbe4f828"
}
}
```
\ No newline at end of file
Clone repository
  • Customers
  • Home
  • Queries
  • Test_Setup
  • Vehicles
  • v2