Hi team,
while updating my source-template, I got this error (400.1 Bad request content with this message: The request was syntactically correct but its content is semantically invalid.)
I use PUT method on {{baseUrl}}/connectors/:scriptName/source-template and XML file. Can someonbe help please ?
This error typically implies there is something wrong in the content you are trying to pass in the request, perhaps do a get on the source and compare your update file to the retrieved one to identify any potential errors in the format or layout of your update file.
If you’re unsuccessful in identifying where the fault is, perhaps share some more information like what you are trying to update and some snippets of the updates made to be able to provide more direction.