Fix 'part' type for put_trained_model_definition_part API (#78449)
https://github.com/elastic/elasticsearch/pull/76987 introduced this spec file but it seems the type for `Part` has slipped review.
`Part` type should be `int` instead of `integer` according to [spec](https://github.com/elastic/elasticsearch/tree/main/rest-api-spec)!