How should we handle "Retry-After" in response headers for Response status - 200/201/202
Hi All,
We are getting "Retry-After" in response headers for response status codes like - 200,201 and 202.
But I couldn't find anything related to this in the Graph API documentation.
Though we receive "Retry-After" in the response header, the requests are getting executed successfully.
For example, we received a 201 status code for creating a draft message using endpoint https://graph.microsoft.com/v1.0/me/messages and the message was created. But the response header had "Retry-After".
Are we supposed to wait "Retry-After" seconds to send the next request?
Can someone please help me understand this behavior?
Thank you!
Sankar