Last week everything was fine but since my last builds the swagger UI of my app is returning 404 error “resource not found”. The rest service is up and running and works nicely with Postman… e.g. the POST to https://rfc-cheese-board-sandbox.mxapps.io/rest/downtimes/v1/webhook which is documented at https://rfc-cheese-board-sandbox.mxapps.io/rest-doc/rest/downtimes/v1#/webhook/post_webhook. If you want to test it out use the payload example below or replace the wrong apostrophes in the last line from the payload example in the rest-doc by the inchmark. Is anyone experiencing similar issues or does anyone have a clue what I might have unconsciously changed? Payload: { "functionalLocation": "313.61.ENC_CP53M01_ENC", "fromDateTimeUTC": "2019-05-24T01:30:00", "toDateTimeUTC": "2019-05-24T01:40:09", "comments": "Postman test indicator kapot spoeltunnel" } You could try it out in Postman with the settings from the image and Content-Type: application/json
↧