-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document new entitlement endpoint behavior #7279
Conversation
{ | ||
"id": "1019653849998299136", | ||
"sku_id": "1019475255913222144", | ||
"application_id": "1019370614521200640", | ||
"user_id": "771129655544643584", | ||
"promotion_id": null, | ||
"type": 8, | ||
"deleted": false, | ||
"gift_code_flags": 0, | ||
"consumed": false, | ||
"starts_at": "2022-09-14T17:00:18.704163+00:00", | ||
"ends_at": "2022-10-14T17:00:18.704163+00:00", | ||
"guild_id": "1015034326372454400", | ||
"subscription_id": "1019653835926409216" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some properties here don't appear to be on the entitlement object documented. Should they be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the same object as documented for the list entitlements endpoint.
No description provided.