Skip to content
2 changes: 1 addition & 1 deletion api-examples/comments.http
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Комментрии к товару

GET http://query.rest/api/v1/comments?fields=items(_id,text,dateCreate,author(profile(name)),parent(_id,_type),isDeleted),count&limit=*&search[parent]=670260bb7dd498df5525e5ed
GET http://query.rest/api/v1/comments?fields=items(_id,text,dateCreate,author(profile(name)),parent(_id,_type),isDeleted),count&limit=*&search[parent]=67fb67e98702ec3fc67fef7c

# Остальные методы в http://query.rest/api/v1/docs/ (http://localhost:8010/api/v1/docs/)

Expand Down
Loading