File tree 1 file changed +2
-2
lines changed
docs/nba_api/stats/endpoints
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
| [ _ ** StarterBench** _ ] ( https://github.com/swar/nba_api/blob/master/docs/nba_api/stats/library/parameters.md#StarterBench ) | starter_bench_nullable | ` ((Starters)\|(Bench))? ` | | ` Y ` |
29
29
| [ _ ** ShotClockRange** _ ] ( https://github.com/swar/nba_api/blob/master/docs/nba_api/stats/library/parameters.md#ShotClockRange ) | shot_clock_range_nullable | ` ((24-22)\|(22-18 Very Early)\|(18-15 Early)\|(15-7 Average)\|(7-4 Late)\|(4-0 Very Late)\|(ShotClock Off))? ` | | ` Y ` |
30
30
| [ _ ** SeasonSegment** _ ] ( https://github.com/swar/nba_api/blob/master/docs/nba_api/stats/library/parameters.md#SeasonSegment ) | season_segment_nullable | ` ^((Post All-Star)\|(Pre All-Star))?$ ` | ` Y ` | ` Y ` |
31
- | [ _ ** PlayerPosition** _ ] ( https://github.com/swar/nba_api/blob/master/docs/nba_api/stats/library/parameters.md#PlayerPosition ) | player_position_abbreviation_nullable | ` ((F)\|(C)\|(G)\|(C-F)\|(F-C)\|(F-G)\|(G-F) )? ` | | ` Y ` |
31
+ | [ _ ** PlayerPosition** _ ] ( https://github.com/swar/nba_api/blob/master/docs/nba_api/stats/library/parameters.md#PlayerPosition ) | player_position_abbreviation_nullable | ` ((F)\|(C)\|(G)\)? ` | | ` Y ` |
32
32
| [ _ ** PlayerExperience** _ ] ( https://github.com/swar/nba_api/blob/master/docs/nba_api/stats/library/parameters.md#PlayerExperience ) | player_experience_nullable | ` ((Rookie)\|(Sophomore)\|(Veteran))? ` | | ` Y ` |
33
33
| [ _ ** PORound** _ ] ( https://github.com/swar/nba_api/blob/master/docs/nba_api/stats/library/parameters.md#PORound ) | po_round_nullable | | | ` Y ` |
34
34
| [ _ ** Outcome** _ ] ( https://github.com/swar/nba_api/blob/master/docs/nba_api/stats/library/parameters.md#Outcome ) | outcome_nullable | ` ^((W)\|(L))?$ ` | ` Y ` | ` Y ` |
223
223
}
224
224
```
225
225
226
- Last validated 2020-08-16
226
+ Last validated 2020-08-16
You can’t perform that action at this time.
0 commit comments