Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.09 KB

StatsApi.md

File metadata and controls

37 lines (19 loc) · 1.09 KB

\StatsApi

All URIs are relative to https://www.metaculus.com

Method HTTP request Description
stats_user_feedback_create POST /stats/user_feedback/

stats_user_feedback_create

crate::models::UserFeedback stats_user_feedback_create(user_feedback)

Parameters

Name Type Description Required Notes
user_feedback UserFeedback [required]

Return type

crate::models::UserFeedback

Authorization

basicAuth, cookieAuth, tokenAuth

HTTP request headers

  • Content-Type: application/json, application/x-www-form-urlencoded, multipart/form-data
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]