alter table owner . table modify default attributes attribute ...
Subpartitions are slightly different, try -
alter index "owner" . "index" modify default attributes for partition "partition name" ...
where attribute can be -
pctfree, tablespace, pctused etc