Не более четырёх услуг одной категории. Тело запроса не требуется.
Security
bearerAuth or jwtCookie
- https://felmee.comhttps://felmee.com/api/comparison/{serviceId}
- http://localhost:8080http://localhost:8080/api/comparison/{serviceId}
curl -i -X POST \
'https://felmee.com/api/comparison/{serviceId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Услуга добавлена; remainingCount — сколько ещё услуг этой категории можно добавить.
Устаревший camelCase-alias поля error_code; при ошибке оба поля содержат одинаковое значение.
Код ошибки. Для успешных ответов всегда null.
Enum:"invalid_body""unauthorized""not_found""conflict""object_modified_by_another_thread""action_too_late""too_many_request""code_is_gone""forbidden""user_blocked"
Response
{ "success": true, "message": "Service added to comparison successfully", "codeError": null, "error_code": null, "data": { "remainingCount": 3 } }