Replies: 1 comment
-
Hi, the Preview Swagger issue is now fixed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The link to the preview swagger doesn't work.
https://docs.ted.europa.eu/api/latest/convert.html#_swagger_api_endpoints
https://api.preview.ted.europa.eu/swagger-ui/index.html#/Conversion/convertNotice
On the other hand, we are trying to test the stop-publishing operation in preview (API V3) but it doesn't seem to work correctly.
If it does not find the notice to stop, it returns a correct response:
{
"code": "notice.NOTICE_NOT_FOUND",
"message": "No notice found with businessId=f33ed95e-f72a-4d66-a94c-1db75e64a033 and versionId=03",
"showDetails": false
}
But if the notice exists, it gives us a timeout:
POST /v3/notices/33a43de7-41f1-4d39-af48-ff726e74ac29-03/stop-publication HTTP/1.1
Mon Jun 30 12:30:14 CEST 2025:ERROR:java.net.SocketTimeoutException: Read timed out
Is there a problem with the preview swagger (API V3)?
What about the stop-publication operation in preview (API V3)?
Thanks in advance,
Alex
Beta Was this translation helpful? Give feedback.
All reactions