You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**difficulty**|**String**||[optional][default to null]|
7
+
8
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardexpand all lines: api-docs/Models/NewQuestion.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
|**title**|**String**||[default to null]|
7
7
|**content**|**String**||[default to null]|
8
8
|**tagIds**|**List**||[optional][default to null]|
9
-
|**difficultyLevel**|[**DifficultyLevel**](DifficultyLevel.md)||[default to null]|
9
+
|**difficulty**|[**DifficultyLevel**](DifficultyLevel.md)||[default to null]|
10
10
11
11
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardexpand all lines: api-docs/Models/QuestionDetails.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,15 @@
12
12
|**tags**|[**List**](TagSummary.md)||[default to null]|
13
13
|**likeCount**|**Integer**||[default to null]|
14
14
|**dislikeCount**|**Integer**||[default to null]|
15
+
|**difficulty**|[**DifficultyLevel**](DifficultyLevel.md)||[default to null]|
15
16
|**commentCount**|**Integer**||[default to null]|
16
17
|**viewCount**|**Integer**||[optional][default to null]|
17
-
|**bookmarked**|**Boolean**||[optional][default to null]|
18
-
|**selfVoted**|**Integer**||[optional][default to null]|
18
+
|**bookmarked**|**Boolean**||[default to null]|
19
+
|**selfVoted**|**Integer**||[default to null]|
20
+
|**selfDifficultyVote**|[**DifficultyLevel**](DifficultyLevel.md)||[default to null]|
21
+
|**easyCount**|**Integer**||[default to null]|
22
+
|**mediumCount**|**Integer**||[default to null]|
23
+
|**hardCount**|**Integer**||[default to null]|
19
24
20
25
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
|**questionId**|**Long**||[optional][default to null]|
7
+
|**easyCount**|**Long**||[optional][default to null]|
8
+
|**mediumCount**|**Long**||[optional][default to null]|
9
+
|**hardCount**|**Long**||[optional][default to null]|
10
+
|**totalCount**|**Long**||[optional][default to null]|
11
+
12
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
|**questionBody**|**String**||[optional][default to null]|
8
+
|**content**|**String**||[optional][default to null]|
9
9
|**author**|[**UserSummary**](UserSummary.md)||[optional][default to null]|
10
10
|**createdAt**|**Date**||[default to null]|
11
-
|**difficultyLevel**|[**DifficultyLevel**](DifficultyLevel.md)||[default to null]|
11
+
|**difficulty**|[**DifficultyLevel**](DifficultyLevel.md)||[default to null]|
12
12
|**tags**|[**List**](TagSummary.md)||[default to null]|
13
-
|**likeCount**|**Integer**||[default to null]|
14
-
|**commentCount**|**Integer**||[default to null]|
13
+
|**upvoteCount**|**Integer**||[default to null]|
14
+
|**downvoteCount**|**Integer**||[default to null]|
15
+
|**answerCount**|**Integer**||[default to null]|
15
16
|**viewCount**|**Integer**||[optional][default to null]|
16
17
17
18
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardexpand all lines: api-docs/Models/UserProfile.md
+1
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
|**answerCount**|**Integer**||[optional][default to null]|
20
20
|**answers**|[**List**](AnswerDetails.md)||[optional][default to null]|
21
21
|**questions**|[**List**](QuestionSummary.md)||[optional][default to null]|
22
+
|**followedTags**|[**List**](TagSummary.md)||[optional][default to null]|
22
23
23
24
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
|**status**|**Integer**| Internal status code of the response. An HTTP 200 response with an internal 500 status code is an error response. Prioritize the inner status over the HTTP status. |[default to null]|
7
+
|**data**|[**List**](QuestionSummary.md)||[default to null]|
8
+
9
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
|**status**|**Integer**| Internal status code of the response. An HTTP 200 response with an internal 500 status code is an error response. Prioritize the inner status over the HTTP status. |[default to null]|
7
+
|**data**|[**QuestionRateResponseDto**](QuestionRateResponseDto.md)||[default to null]|
8
+
9
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments