【问题标题】:Google Classroom API References doesn't ask for Description HeadingGoogle Classroom API References 不要求提供描述标题
【发布时间】:2019-06-18 11:24:19
【问题描述】:

我正在使用 API 创建一个谷歌教室。 Google 课堂 API 参考中有一个名为 Description 标题的字段,但是当我创建教室时,它不会要求提供 Description 标题。

在哪里可以找到并更改描述标题的值?

【问题讨论】:

    标签: google-classroom


    【解决方案1】:

    您可以尝试使用Method: courses.create,然后您可以从请求正文示例中添加:

    Request body:
         {
              id:
              name:
              room:
              section:
              description:
              descriptionHeading: // add the description heading here
         }
    

    描述标题 字符串

    描述的可选标题。例如,“欢迎来到 10th 生物学年级。” 如果设置,此字段必须是有效的 UTF-8 字符串,并且没有 超过 3600 个字符。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-02-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多