Hiện tại, các nhà phát triển đã có thể sử dụng rộng rãi tiện ích bổ sung của Google Lớp học! Vui lòng xem tài liệu về tiện ích bổ sung để biết thêm thông tin.
PERMISSION_DENIED nếu người dùng yêu cầu không được phép tạo bí danh hoặc do lỗi truy cập.
NOT_FOUND nếu khoá học không tồn tại.
ALREADY_EXISTS nếu bí danh đã tồn tại.
FAILED_PRECONDITION nếu bí danh được yêu cầu không phù hợp với người dùng hoặc khoá học yêu cầu (ví dụ: nếu người dùng không thuộc miền cố gắng truy cập vào bí danh trong phạm vi miền).
Yêu cầu HTTP
POST https://classroom.googleapis.com/v1/courses/{courseId}/aliases
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-09-04 UTC."],[[["Creates an alias for a specified course using a POST request."],["Requires a `courseId` path parameter and a request body containing a `CourseAlias` object."],["Returns a newly created `CourseAlias` object upon successful execution."],["May return errors like `PERMISSION_DENIED`, `NOT_FOUND`, `ALREADY_EXISTS`, or `FAILED_PRECONDITION` depending on the context."],["Needs authorization with the `https://www.googleapis.com/auth/classroom.courses` scope."]]],[]]