2 structure changes including:
1 Breaking change
1 Addition
1 Removal
Removed
1
Breaking
GET /articles/feed
Added
1
GET /feed
1 structure change including:
1 Breaking change
1 Modification
Modified
1
Breaking
PUT /profiles/{username}/follow
1 structure change including:
1 Breaking change
1 Modification
Modified
1
Breaking
DELETE /articles/comments/{id}
7 structure changes including:
7 Modifications
Modified
7
DELETE /articles/{slug}/favorite
- Response
-
200 response Modified
- article property Modified
GET /articles
- Response
-
200 response Modified
- articles property Modified
GET /articles/feed
- Response
-
200 response Modified
- articles property Modified
GET /articles/{slug}
- Response
-
200 response Modified
- article property Modified
POST /articles
- Body
-
content type Modified
- article property Modified
- Response
-
201 response Modified
- article property Modified
POST /articles/{slug}/favorite
- Response
-
200 response Modified
- article property Modified
PUT /articles/{slug}
- Response
-
200 response Modified
- article property Modified
1 structure change including:
1 Modification
Modified
1
Breaking
PUT /user
- Body
-
content type Modified
- user property Removed
- email, username, bio, image properties Added
17 structure changes including:
2 Breaking changes
2 Additions
13 Modifications
2 Removals
Modified
13
DELETE /articles/{slug}
- Path
- slug path parameter Modified
DELETE /articles/{slug}/comments/{id}
- Path
- slug, id path parameters Modified
DELETE /articles/{slug}/favorite
- Path
- slug path parameter Modified
DELETE /profiles/{username}/follow
- Path
- username path parameter Modified
GET /articles
- Query
- tag, author, favorited, limit, offset query parameters Modified
GET /articles/feed
- Query
- limit, offset query parameters Modified
GET /articles/{slug}
- Path
- slug path parameter Modified
GET /articles/{slug}/comments
- Path
- slug path parameter Modified
GET /profiles/{username}
- Path
- username path parameter Modified
POST /articles/{slug}/comments
- Path
- slug path parameter Modified
POST /articles/{slug}/favorite
- Path
- slug path parameter Modified
POST /profiles/{username}/follow
- Path
- username path parameter Modified
PUT /articles/{slug}
- Path
- slug path parameter Modified
Removed
2
Breaking
PUT /users
GET /users
Added
2
PUT /user
GET /user