API structure has changed
5 structure changes including:
5 Modifications
Modified
5
Breaking
DELETE /v1/participants/{id}
- Response
-
204 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /v1/participants
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /v1/participants/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
POST /v1/participants
- Body
-
application/json content type Modified
-
user property Modified
-
inserted_at, updated_at properties Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- insertedAt, updatedAt properties Added
-
inserted_at, updated_at properties Removed
-
user property Modified
- Response
-
201 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
PUT /v1/participants/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified