PERMISSION_DENIED istekte bulunan kullanıcının takma ad oluşturmasına izin verilmiyorsa veya erişim hataları için.
Kurs yoksa NOT_FOUND.
Takma ad zaten varsa ALREADY_EXISTS.
FAILED_PRECONDITION. İstenen takma ad, istekte bulunan kullanıcı veya ders için bir anlam ifade etmiyorsa (örneğin, bir alanda bulunmayan bir kullanıcı alan kapsamlı bir takma ada erişmeye çalışırsa).
HTTP isteği
POST https://classroom.googleapis.com/v1/courses/{courseId}/aliases
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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."]]],[]]