Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How sent JSON by PATCH operation in REST Data Sources

User_59YMMOct 9 2023 — edited Oct 9 2023

Hello,

I have a problem with JSON, because I can't sent it by Shared Components\REST Data Sources. I use Oracle APEX 23.1.4. Autentication and URL Path Prefix are correct. I need to know how configure PATCH operation in Shared Components\REST Data Sources to send JSON. JSON example:

{
"Id": 111,
"Note": "note"
}

Comments
Post Details
Added on Oct 9 2023
3 comments
327 views