cURL
curl --request POST \ --url https://api.example.com/v1/skills/{slug}/reviews \ --header 'Content-Type: application/json' \ --data ' { "rating": 3, "text": "<string>" } '
{ "id": "<string>", "skill_slug": "<string>", "rating": 123, "text": "<string>", "author_display_name": "<string>", "created_at": "<string>" }
Submit a review for a skill. One review per user per skill.
1 <= x <= 5
2000
Successful Response