crice1988
crice1988

Reputation: 79

Microsoft Graph subscription expirationDateTime incorrect

Having issues creating a subscription, specifically setting the expirationDateTime field in the beta API.

According to the docs maximum expiration time is '4320 minutes (3 days)' on the contacts resource.

When I make the request, I receive an error message of Subscription expiration can only be 4230 minutes in the future. Obviously this conflicts with their documentation. Now, if I adjust the expirationDateTime attribute I am sending to make a subscription request from 4320 minutes to 4230 minutes, it works as expected.

Is this a documentation issue or a mistype in their API source?

Resources:

https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/resources/subscription

https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/resources/subscription

Upvotes: 1

Views: 1714

Answers (1)

Trey
Trey

Reputation: 348

This is an issue in the documentation. It is being updated now. The maximum lifetime is 4230 minutes.

Upvotes: 3

Related Questions