Sign in

Patch add-on attachment for course work

documented

Updates an add-on attachment for course work.

PATCH /v1/courses/{courseId}/courseWork/{itemId}/addOnAttachments/{attachmentId}Coursesno implementation yet0 runs

Input

courseId*
Course ID
e.g. 123456
itemId*
Post/Item ID
e.g. 7890
attachmentId*
Attachment ID
e.g. abcd1234
updateMask*
Update Mask
title,teacherViewUri,dueDate,dueTime,maxPoints
title
Attachment Title
e.g. Readme Document
teacherViewUri
Teacher View URI
https://example.com/teacher
studentViewUri
Student View URI
https://example.com/student
studentWorkReviewUri
Student Work Review URI
https://example.com/review
dueDateYear
Due Date Year
YYYY
dueDateMonth
Due Date Month
MM
dueDateDay
Due Date Day
DD
dueTimeHours
Due Time Hours
HH
dueTimeMinutes
Due Time Minutes
MM
maxPoints
Max Points
number
Calls Google Classroom as you (your API key is your account); keychains.dev holds the credentials.
Patch add-on attachment for course work · Google Classroom · OpenIntegrations