GALAglobal / translationapi

The API is for anyone who wants to adopt best practices for a translation services API to interact with counterparts directly from your application or content management system. The API helps ensure interoperability for the most common tasks.
https://translate.taus.net/translate/taus-translation-api
MIT License
12 stars 3 forks source link

Status code 400 missing on translation POST request #17

Open vinodMS opened 9 years ago

vinodMS commented 9 years ago

As per the server implementation, when a new request is submitted to the server, if the request has a bad JSON data or a value is not allowed, then it throws error 400. screen shot 2014-10-02 at 16 28 25

The specification should be updated to show this.