Required Input Parameter(必須入力パラメータ)エラー
Required Input Parameter
エラーは、以下の状況で発生します。
-
'<method name>' method requires an input parameter with '<data type>' data type and the Send In property set to 'Body'.Change or add an input parameter, or change the method's request format.
REST APIメソッドのRequest Formatプロパティ、またはREST APIメソッドの入力パラメータのData TypeプロパティまたはSend Inプロパティを変更しようとしています。
エラーメッセージの指示に従って解決します。
-
'<method name>' method requires at least one input parameter with property Send In set to 'Body'.Change or add an input parameter, or change the method request format.
REST APIメソッドに、何らかの情報をリクエストのボディで送信するよう想定したリクエスト形式がありますが、入力パラメータがそのように設定されていません。
エラーメッセージの指示に従って解決します。
エラー行をダブルクリックすると、問題が検出されたREST APIメソッドのRequest Formatプロパティに直接移動できます。