in Education by
My application sends email using Microsoft Graph. We followed the documentation, this was working as expected for almost a year: https://graph.microsoft.com/v1.0/users/me/microsoft.graph.sendmail Since 3/8/2019, the same code sendmail API in PROD started failing with the HTTP 400 - Bad Request: { "error": { "code": "TargetIdShouldNotBeMeOrWhitespace", "message": "Id is malformed.", "innerError": { "request-id": "0de5a4eb-dac4-4d98-a4b4-178e503a6657", "date": "2019-03-19T17:16:20" } } } As a part of the investigation, we found that the SendMail documentation has a different URL used in the examples than the API help section. We were successful when calling this URL: https://graph.microsoft.com/v1.0/me/sendmail Questions: Clearly looks like there was some update on the Graph API happened around 3/8/2019 that disabled working of the earlier URL Documentation has 2 URL's that are misleading/confusing: one is the API help section and one in examples. As of now the API URL in the help section is no longer working. That should be fixed with the correct URL to be used. Why was such breaking change like this introduced that caused a PROD outage for our application? What is the official channel to get these changes? JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes

Related questions

0 votes
    Which of the following tool is used to generate API documentation in HTML format from doc comments in ... stackoverflow.com 🔗Source: Java Interview Questions and Answers...
asked Dec 19, 2020 in Technology by Editorial Staff
0 votes
    We switched from citrix to HAProxy for load balancing recently. The Problem is that for some requests ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 23, 2022 in Education by JackTerrance
0 votes
    What HTTP Status Code 400 states in RESTful?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    A few months ago there was a feature in the Rails API documentation that let you visit the a Rails ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
+1 vote
    Explain API documentation....
asked Oct 15, 2020 in Technology by JackTerrance
0 votes
    Can you help me out with this program? I am unable to run this code. varx http = require('http'); exports.handler ... + eventa.url); } Select the correct answer from above options...
asked Jan 24, 2022 in Education by JackTerrance
0 votes
    After installing the F# September CTP (1.9.6.2), Visual Studio 2008 frequently gives an error "Microsoft ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 10, 2022 in Education by JackTerrance
0 votes
    I'm trying to update a record via the SalesForce API (Enterprise WSDL). The code below executes fine, and the ... updateParticipant }); if (result == null || result.Length...
asked Feb 2, 2022 in Education by JackTerrance
0 votes
    A _________ role is a virtual machine instance running the Microsoft IIS Web server that can accept and respond to HTTP or HTTPS requests. 1) Web 2) Server 3) Worker 4) Client...
asked Dec 23, 2020 by JackTerrance
0 votes
    I'm trying to code a redirect checker, to check if a URL is search engine friendly. It has to ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    http://www.google.com/search?q=talkjarvis In the above URL which one is the argument which is used ... Answers, Database Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    HTTP defines two ways in which values entered by a user at the browser can be sent to the Web ... Answers, Database Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    ALL I am confused about the date field returned by microsoft academic rest api: JSON Example: { " ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 17, 2022 in Education by JackTerrance
0 votes
    When i use graph api to post a picture, everything is ok. The photo is right in the album. The ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jan 16, 2022 in Education by JackTerrance
0 votes
    I want to post a message on slack using allbegrey Slack API . The message contains links. How to ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 4, 2022 in Education by JackTerrance
...