Diese Methode gibt die folgenden Fehlercodes zurück:
PERMISSION_DENIED, wenn der anfragende Nutzer nicht berechtigt ist, den Alias zu erstellen, oder Zugriffsfehler aufgetreten sind.
NOT_FOUND, wenn der Kurs nicht vorhanden ist.
ALREADY_EXISTS, wenn der Alias bereits vorhanden ist.
FAILED_PRECONDITION, wenn der angeforderte Alias für den anfragenden Nutzer oder Kurs nicht sinnvoll ist (z. B. wenn ein Nutzer außerhalb einer Domain versucht, auf einen Alias auf Domainebene zuzugreifen).
HTTP-Anfrage
POST https://classroom.googleapis.com/v1/courses/{courseId}/aliases
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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."]]],[]]