Error when trying to create a service connection from service catalog with backend Integration Appli
Summary:
Property Schema.description expects values of types [string] but got null
Hi everyone,
I am working on a Visual Builder application, I have built an OIC integration to receive a file, the request media type is multipart/form-data
But when I try to import it it gives me the following error:
I did another test changing the request media type to application/json on the same integration and then the creation of the service was successful
In summary:
the request media type multipart/form-data is not supported via rest services configuration using service catalog?
Do I need additional configuration?
0