Skip to content

Importers: create standard API response entities

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

We will implement a set of standard API responses for import endpoints. To avoid breaking changes, we only require new endpoints to return this data. We may update existing endpoints to include these response bodies, but only additively.

A new response:

{
  "foo": "bar"
}

An old response, retro-fitted:

{
  "old_foo": "old_bar",
  "v2_response": {
    "foo": "bar
  }
}
Edited by 🤖 GitLab Bot 🤖