discord-api-spec
discord-api-spec copied to clipboard
More missing endpoints
I parsed whole Discord Documentation to check which endpoints are not in OpenAPI Spec.
Here are my findings:
- [ ] DELETE /lobbies/{lobby_id} — GET & PATCH are already in the spec
- [ ] GET /applications/{application_id}/skus
- [ ] GET /skus/{sku_id}/subscriptions
- [ ] GET /skus/{sku_id}/subscriptions/{subscription_id}
- #44
@justzh I don't exactly know what you mean. In discord api code there is propably list of endpoints that are public and should be exposed to open api spec. These endpoints that I listed aren't in the spec, but should be.