Skip to main content
POST
Rate an athlete

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Body

application/json
user_id
integer
required

Athlete user ID to rate

Example:

1

rating
number<float>
required
Example:

4.5

job_id
integer

Job ID related to the rating

Example:

1

review
string
Example:

"Great work"

posted_by_type
string
Example:

"partner"

posted_by
integer
Example:

1

Response

200

Rating submitted