我在與一個特定的休息Web服務調用的問題檢出意外的鍵(courseid) - core_group_create_groups:Web服務調用 - 參數數組
方法:core_group_create_groups
拋出以下錯誤:
Unexpected keys (courseid) detected in parameter array.
我傳遞在文檔中定義的確切性質:
_ //List of group object. A group has a courseid, a name, a description and an enrolment key.
list of (
object {
courseid int //id of course
name string //multilang compatible name, course unique
description string //group description text
descriptionformat int Default to "1" //description format (1 = HTML, 0 = MOODLE, 2 = PLAIN or 4 = MARKDOWN)
enrolmentkey string Optional //group enrol secret phrase
idnumber string Optional //id number
}
)_
我使用的Moodle 3.1+(編譯:20160623)
任何想法,爲什麼它不喜歡,即使它的一個有效參數請求courseid
?