API structure has changed
3 structure changes including:
3 Modifications
Modified
3
Breaking
POST /booking-event/create/{secret}
- Response
-
200 response Modified
- application/json content type Added
- Body
-
application/x-www-form-url content type Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- application/x-www-form-urlencoded content type Added
POST /booking-event/delete/{secret}
- Response
-
200 response Modified
- application/json content type Added
- Body
-
application/x-www-form-url content type Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- application/x-www-form-urlencoded content type Added
POST /booking-event/update/{secret}
- Response
-
200 response Modified
- application/json content type Added
- Body
-
application/x-www-form-url content type Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- application/x-www-form-urlencoded content type Added