Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

What we want to change:

Add ability to get unique object identification compatible with other parts of the the system

Why we want to change:

  • To support get unique object identification

When we want to change:

Test environment: TBD

Production environemnt: TBD

Affected enpoints

POST /v2/reservation

PATCH /v2/reservation

GET /v2/reservation

GET /v2/reservations

Example of change:

When a caller wants to get unique object identification (focus on a new openerKey attribute on line 1 and filter for openerKey inside query string on the first line and in response body line 6).

...

And similar for other endpoints.

API specification diff:

TBD