Hello!
I am able to access GroupShare Rest API (example: http://[myserver]:41234/documentation/api/index#/)
as described by Romulus Crisan here:
https://romuluscrisan.com/explore-groupshare-2017-rest-apis-using-swagger/
but when i open the Translation Memory Service page (i.e. http://[myserver]:41235/docs/ui/index#/) I can't test any call that requires authentication, even If i copy and paste the authorization from the GroupShare Rest API page.
This means that these calls works:
GET /api/tmservice/health
GET /api/tmservice/health/version
but THESE and all the others won't work:
- GET /api/tmservice/tasks
- GET /api/tmservice/containers
- GET /api/fieldservice/templates
- GET /api/language-resource-service/templates
and return error 500:
{ "message": "You are not authorized to access this resource" }
I'm probably missing something obvious, would please someone help me explaining how to test Translation Memory Service with built-in swagger UI?
Thank You in advance!