Zoho Desk API Documentation missing a required field

Zoho Desk API Documentation missing a required field

We are trying to create a section using this information. Even after preparing everything based on that page, we still get an error. The error we get is this: 
  1. {"errorCode":"INVALID_DATA","message":"The data is invalid due to validation restrictions","errors":[{"fieldName":"/translations","errorType":"missing","errorMessage":""}]}

After adding another parameter called translations, everything works without a problem. Example:
  1. params.put("translations", [{"locale":"en","name":SAME_NAME_WE_ADDED}]);

Is it possible to include this section in the documentation? I am creating this topic so people who search later on might find it easier.