[DOC] Spectator v4 featured games missing field in documentation
Bug Description
While looking at Spectator v4 featured games docs object FeaturedGameInfo doesn't have gameTypeConfigId field that is returned by API
Problem Description
gameTypeConfigId field should be part of the documentation of FeaturedGameInfo class
Expected Result
gameTypeConfigId field should be part of the documentation of FeaturedGameInfo class
Actual Result
no gameTypeConfigId field in FeaturedGameInfo class fields list
Developer Impact
Unlisted field/property can be aproblem when working with API as:
- developers can miss that such property exists
- developers must guess what type this property has
- developers must guess what this property means
- developers can't be sure that it's expected and will not be deleted
The same is true for skinIndex property of Participant class, it's missing from the documentation
Preconditions Use developer key
skinIndex might get deleted since MATCH-V4 doesn't have it, this issue will be more suited with a [DOC] prefix instead of a [BUG] prefix since it is working just not documented. We normally assume things that are not documented will be deleted at some time and not include that field into any consideration.
As far as I can tell these fields are no longer returned slash gameQueueConfigId is used now.