|
| Questions |
| get questions |
/questions/ |
GET
|
| add question |
/questions/ |
POST
|
| ask question: organization |
/questions/ask/organization/ |
GET
|
| ask question: organization |
/questions/ask/organization/{organization_id}/ |
GET
|
| delete question question |
/questions/{question_id}/ |
DELETE
|
| get question |
/questions/{question_id}/ |
GET
|
| update question |
/questions/{question_id}/ |
PUT
|
| ask question: organization |
/questions/{question_id}/ask/organization/{organization_id} |
GET
|
| question tags |
/questions/{question_id}/tags/ |
GET
|
| add question question |
/questions/{question_id}/tags/ |
POST
|
| delete question tag |
/questions/{question_id}/tags/{tag} |
DELETE
|
| Tags |
| question tags |
/questions/tags/ |
GET
|
| question tags |
/questions/tags/{tag}/ |
DELETE
|