Importers: create standard API response entities

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

  • Close this issue

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
  }
}
  • Martin's comment
  • Luke's comment
  • Me asking Justin about non-public API usage
Edited Jul 29, 2025 by 🤖 GitLab Bot 🤖
Assignee Loading
Time tracking Loading