AOEpeople / TYPO3_Restler

restler (PHP REST-Framework) for TYPO3
GNU General Public License v3.0
30 stars 17 forks source link

Swagger API overview shows an "INVALID" entry #66

Closed rowild closed 2 years ago

rowild commented 2 years ago

Is this invalid entry to be expected?

Bildschirmfoto 2021-07-16 um 15 47 47

Clicking on invalid tells me that a "swagger.json" could not be found.

Bildschirmfoto 2021-07-16 um 16 12 43

What has to be done?

felixsemmler commented 2 years ago

I'm not really deep dived into the swagger topic but swagger try to validate the swagger.json from validator.swagger.io and seems that you try to use TYPO3 in an docker container/devbox or something else, which is not reachable from the outside of your network. you can ignore this invalid button. Normally the API explorer should not be accessible for production and public reachable websites.