PERMISSION_DENIED যদি অনুরোধকারী ব্যবহারকারীকে অনুরোধ করা কোর্সটি অ্যাক্সেস করার অনুমতি না দেওয়া হয়, অনুরোধ করা কোর্সে একটি বিষয় তৈরি করুন বা অ্যাক্সেস ত্রুটির জন্য৷
অনুরোধটি ত্রুটিপূর্ণ হলে INVALID_ARGUMENT ৷
NOT_FOUND যদি অনুরোধ করা কোর্সটি বিদ্যমান না থাকে।
HTTP অনুরোধ
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-10-30 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`."]]],[]]