catalogMilestonesSkillPointsBlockCreate method
POST Update skill point information for block Params: block_id point_data
Implementation
Future<void> catalogMilestonesSkillPointsBlockCreate() async {
final response = await catalogMilestonesSkillPointsBlockCreateWithHttpInfo();
if (response.statusCode >= HttpStatus.badRequest) {
throw ApiException(response.statusCode, await _decodeBodyBytes(response));
}
}