# one example to reject the fact (id: 3410)
curl -X POST \
'https://qanswer-svc3.univ-st-etienne.fr/fact/correct?userCookie=c51f3c6f-ef1c-41ff-b1ca-7a994666b93e&factId=3410&correction=2'
The API is used to reject an item.
URL: https://qanswer-svc3.univ-st-etienne.fr/fact/correct
POST HTTP REQUEST
3 query params:
userCookie: c51f3c6f-ef1c-41ff-b1ca-7a994666b93e (String type) [Fixed]
factId: The 'id' field you will get from the API of #8 (Integer type)
correction: 2 (Integer type)
The API is used to reject an item. URL: https://qanswer-svc3.univ-st-etienne.fr/fact/correct POST HTTP REQUEST 3 query params: userCookie: c51f3c6f-ef1c-41ff-b1ca-7a994666b93e (String type) [Fixed] factId: The 'id' field you will get from the API of #8 (Integer type) correction: 2 (Integer type)