API structure has changed
2 structure changes including:
2 Modifications
Modified
2
Breaking
GET /api/v1/comments
- Response
-
200 response Modified
-
text/plain content type Modified
-
Full types went from
array[object]
toobject
Breaking
- total_count, items, Additional properties are NOT allowed properties Added
-
Full types went from
-
application/json content type Modified
-
Full types went from
array[object]
toobject
Breaking
- total_count, items, Additional properties are NOT allowed properties Added
-
Full types went from
-
text/json content type Modified
-
Full types went from
array[object]
toobject
Breaking
- total_count, items, Additional properties are NOT allowed properties Added
-
Full types went from
-
text/plain content type Modified
GET /api/v1/comments/{parentCommentId}/replies
- Response
-
200 response Modified
-
text/plain content type Modified
-
Full types went from
array[object]
toobject
Breaking
- total_count, items, Additional properties are NOT allowed properties Added
-
Full types went from
-
application/json content type Modified
-
Full types went from
array[object]
toobject
Breaking
- total_count, items, Additional properties are NOT allowed properties Added
-
Full types went from
-
text/json content type Modified
-
Full types went from
array[object]
toobject
Breaking
- total_count, items, Additional properties are NOT allowed properties Added
-
Full types went from
-
text/plain content type Modified