Updating Options using REST API | Community
Skip to main content
Level 3
October 19, 2020
Solved

Updating Options using REST API

  • October 19, 2020
  • 1 reply
  • 1130 views

Hi

Is there a way in which we can perform CRUD operations on 'Options' table using REST APIs.

 

Thanks,

Rahul

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by bisswang

No, you can't do that directly.

What you can do:

  • Create a custom resource
    Here you can modify values via API
    Use a technical workflow which is parsing changes in the custom resources and applies these changes to the options
  • Else you could create a workflow with an external signal
    Here you could include the parameters and then use them in Update Data activites

1 reply

bisswangAdobe EmployeeAccepted solution
Adobe Employee
October 20, 2020

No, you can't do that directly.

What you can do:

  • Create a custom resource
    Here you can modify values via API
    Use a technical workflow which is parsing changes in the custom resources and applies these changes to the options
  • Else you could create a workflow with an external signal
    Here you could include the parameters and then use them in Update Data activites