API structure has changed
2 structure changes including:
2 Modifications
Modified
2
GET /users
- Response
-
200 response Modified
-
application/json content type Modified
-
Type went from
array
toarray[object]
- userResponse property Added
-
Type went from
-
application/json content type Modified
POST /users
- Response
-
201 response Modified
-
application/json content type Modified
-
Type is now
object
- property Added
-
Type is now
-
application/json content type Modified