Microsoft.Graph.CreateLink アクションを使用して OneDrive アイテムの共有リンクを作成しようとしています:
POST https://graph.microsoft.com/v1.0/me/drive/items/01B642VZR4QM6MX36HGZELNLHCFGY26JJ6/Microsoft.Graph.createLink HTTP/1.1
Authorization: Bearer {access_token}
Content-Type: application/json
{
"type":"edit"
}
次のエラーが発生しました。
HTTP/1.1 400 Bad Request
{
"error": {
"code": "BadRequest",
"message": "Version not specified.",
"innerError": {
"request-id": "3ca90464-3910-49e1-92f2-3a9daa822944",
"date": "2016-02-17T15:56:16"
}
}
}
メソッドの説明またはメタデータには、API エンドポイント以外に必要なバージョンに関する情報が含まれていません。