PERMISSION_DENIED إذا لم يكن مسموحًا للمستخدم الذي قدّم الطلب بالوصول إلى الدورة التدريبية المطلوبة، يمكنك إنشاء موضوع في الدورة التدريبية المطلوبة أو بسبب أخطاء الوصول.
INVALID_ARGUMENT إذا كان الطلب مكتوبًا بشكلٍ غير صحيح.
NOT_FOUND إذا لم تكن الدورة التدريبية المطلوبة متوفّرة.
طلب HTTP
POST https://classroom.googleapis.com/v1/courses/{courseId}/topics
تاريخ التعديل الأخير: 2024-09-04 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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`."]]],[]]