PERMISSION_DENIED अगर अनुरोध करने वाले उपयोगकर्ता को अनुरोध किए गए कोर्स को ऐक्सेस करने की अनुमति नहीं है, तो अनुरोध किए गए कोर्स में विषय बनाएं या ऐक्सेस से जुड़ी गड़बड़ियों के लिए विषय बनाएं.
INVALID_ARGUMENT, अगर अनुरोध गलत तरीके से किया गया है.
अगर अनुरोध किया गया कोर्स मौजूद नहीं है, तो NOT_FOUND.
एचटीटीपी अनुरोध
POST https://classroom.googleapis.com/v1/courses/{courseId}/topics
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-09-04 (UTC) को अपडेट किया गया."],[[["Creates a topic within a specified course using the provided request body data."],["Requires authorization with the `https://www.googleapis.com/auth/classroom.topics` scope."],["Returns a `Topic` object representing the newly created topic if successful, or an error code if unsuccessful."],["Utilizes a `POST` request with the course ID as a path parameter and the topic details in the request body."],["Potential error codes include `PERMISSION_DENIED`, `INVALID_ARGUMENT`, and `NOT_FOUND`."]]],[]]