Skip to content

Query Structure

Carmen-JvR edited this page Jun 7, 2022 · 2 revisions

GET -> But query in header

POST Body: { "questionID" : number, "question" : string, "answer" : string , "category": string, "tags": [ string, string], "difficulty: "level", "status" : string }

POST Params: Body: { "question": "question", "answer": "answer" "category": "category, "tags": ["tag", "tag"], "difficulty: "category" }

Clone this wiki locally