Oracle AI Studio - Business Object REST PATCH Call Failing With 405 Error
I am creating an Oracle AI agent for use by IT Security Managers using SCIM REST calls. I am able to successfully create, delete and read/filter user accounts, but am not able to perform PATCH operations within the AI Studio environment. When running the agent, all such calls (e.g., change display name, change password, etc.) return a 405 response error: "Method Not Allowed" — see first example image below.
However, this exact same call using Postman works without any issue — see second example image below.
Instead of PATCH, I also tried using a POST with header 'X-HTTP-Method-Override' having 'PATCH' value, but this also returned a 405 response error — see third example image below. This same POST with PATCH header override call in Postman also fails with a 405, which is consistent with AI Studio.