サービス モジュールを使用してグループ内にノード タイプ ディスカッションを作成するためのサービスを作成しようとしていますが、次のエラーが発生します。
500 Internal Server Error : An error occurred(0): Unknown data property field_group_privacy
私が与えたヘッダーで:
Content-type:application/json
x-csrf-token:token value
session-name:session name value
私が与えた本文で:
{
"og_group_ref": {"und": [{"target_id": "3897"}]},
"title": "Title of discussion",
"field_description": {"und": [{"value": "test description"}]},
"type": "discussion"
}
このエラーが発生する理由を教えてください。