400.1 Bad request content PUT on source-template

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 ?

regards

Hi Idrissa

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.

Thanks

1 Like

Hi Idrissa,
As Irshaad mentioned, mostly you have wrong content. Probably look at any reference ids you passing in the content.

Is it feasible for you to share the request body after removing sensitive data ?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.