component-runtime icon indicating copy to clipboard operation
component-runtime copied to clipboard

fix(QTDI-1656): useless content type

Open thboileau opened this issue 7 months ago • 1 comments

As the "search" request does not need a request body, the "content-type" header is useless.

Requirements

  • Any code change adding any logic MUST be tested through a unit test executed with the default build
  • Any API addition MUST be done with a documentation update if relevant

Why this PR is needed?

What does this PR adds (design/code thoughts)?

thboileau avatar Jun 05 '25 14:06 thboileau