API structure has changed
12 structure changes including:
12 Modifications
Modified
12
Breaking
GET /reservation/api/1/platform/{platform-code}/profile
- Response
-
200 response Modified
-
application/json content type Modified
-
notificationTypes property Modified
-
Type went from
array
toarray[string]
-
Type went from
-
webhookAuthDetails property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
-
notificationTypes property Modified
-
application/json content type Modified
GET /reservation/api/1/user/platform/{platform-code}/business-locations
- Response
-
200 response Modified
-
application/json content type Modified
-
businessLocationId property Modified
-
Property is now required Breaking
-
Type went from
integer(int64)
tostring
Breaking
-
Property is now required
-
businessLocationId property Modified
-
application/json content type Modified
PATCH /reservation/api/1/platform/{platform-code}/course-settings
- Body
-
application/json content type Modified
-
Content type is now required Breaking
-
Content type is now required
PATCH /reservation/api/1/platform/{platform-code}/webhook/auth/api-keys
- Body
-
application/json content type Modified
-
Content type is now required Breaking
-
Content type is now required
- Response
-
200 response Modified
- application/json content type Added
PATCH /reservation/api/1/platform/{platform-code}/webhook/auth/basic-auth
- Body
-
application/json content type Modified
-
Content type is now required Breaking
-
Content type is now required
- Response
-
200 response Modified
- application/json content type Added
PATCH /reservation/api/1/platform/{platform-code}/webhook/auth/bearer-auth
- Body
-
application/json content type Modified
-
Content type is now required Breaking
-
tokenTtl property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- ttl property Added
-
Content type is now required
- Response
-
200 response Modified
- application/json content type Added
PATCH /reservation/api/1/platform/{platform-code}/webhook/auth/oauth2
- Body
-
application/json content type Modified
-
Content type is now required Breaking
-
Content type is now required
- Response
-
200 response Modified
- application/json content type Added
POST /reservation/api/1/platform/{platform-code}/integration/onboarding
- Body
-
application/json content type Modified
-
Content type is now required Breaking
-
Content type is now required
POST /reservation/api/1/platform/{platform-code}/profile
- Body
-
application/json content type Modified
-
Content type is now required Breaking
-
notificationTypes property Modified
-
Type went from
array
toarray[string]
-
Type went from
-
webhookAuthDetails property Modified
-
bearer property Modified
-
tokenTtl property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- ttl property Added
-
tokenTtl property Removed
-
bearer property Modified
-
Content type is now required
- Response
-
200 response Modified
- application/json content type Added
POST /reservation/api/1/user/platform/{platform-code}/integration/activate
- Body
-
application/json content type Modified
-
Content type is now required Breaking
-
Content type is now required
POST /reservation/api/1/user/platform/{platform-code}/integration/deactivate
- Body
-
application/json content type Modified
-
Content type is now required Breaking
-
Content type is now required
PUT /reservation/api/1/platform/{platform-code}/restaurant/{platform-restaurant-id}/reservation/{platform-reservation-id}/push
- Path went from
/reservation/api/1/platform/{platform-code}/restaurant/{platform-restaurant}/reservation/{platform-reservation}/push
to/reservation/api/1/platform/{platform-code}/restaurant/{platform-restaurant-id}/reservation/{platform-reservation-id}/push
(same operationId) - Body
-
application/json content type Modified
-
Content type is now required Breaking
-
Content type is now required
- Response
-
202 response Modified
- application/json content type Added
- Path
-
platform-restaurant, platform-reservation path parameters Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- platform-restaurant-id, platform-reservation-id path parameters Added