API structure has changed
5 structure changes including:
5 Modifications
Modified
5
GET /v1/students/
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /v1/students/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
gender, birthdate properties Modified
-
Full types went from
stringtostring | null
-
Full types went from
-
gender, birthdate properties Modified
-
application/json content type Modified
PATCH /v1/students/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
gender, birthdate properties Modified
-
Full types went from
stringtostring | null
-
Full types went from
-
gender, birthdate properties Modified
-
application/json content type Modified
POST /v1/students/
- Body
-
application/json content type Modified
-
gender property Modified
- Property is no longer required
-
gender property Modified
- Property is no longer required
-
birthdate property Modified
-
Full types went from
stringtostring | null - Property is no longer required
-
birthdate property Modified
-
Full types went from
stringtostring | null - Property is no longer required
-
Full types went from
-
Full types went from
-
gender property Modified
- Response
-
200 response Modified
-
application/json content type Modified
-
gender, birthdate properties Modified
-
Full types went from
stringtostring | null
-
Full types went from
-
gender, birthdate properties Modified
-
application/json content type Modified
POST /v1/students/{id}/restore
- Response
-
200 response Modified
-
application/json content type Modified
-
gender, birthdate properties Modified
-
Full types went from
stringtostring | null
-
Full types went from
-
gender, birthdate properties Modified
-
application/json content type Modified