Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Introducing Reference 360
  3. Getting started with Reference 360
  4. Manage system reference data
  5. Manage reference data sets
  6. Manage code lists
  7. Manage code values
  8. Manage crosswalks
  9. Import data
  10. Manage hierarchies
  11. Manage attributes
  12. Manage workflows
  13. Manage jobs
  14. Monitor Reference 360
  15. Reference 360 REST API
  16. Glossary

Reference 360

Reference 360

Update approval mode configuration

Update approval mode configuration

Updates the approval mode configuration.

PUT request

To update the approval mode configuration, submit a PUT request with the following URI and specify the approval mode:
/rdm-service/external/v1/configuration/approval?mode=<approval mode>
Use the
mode
parameter in the URI and request body to specify the approval mode configuration.
Parameter
Description
mode
Approval modes. Values are
DIRECT_PUBLISH_AND_APPROVAL
,
DIRECT_PUBLISH
, or
APPROVAL
.

PUT response

A 204 no content response is returned.

PUT example

To update the approval mode configuration, you might use the following request:
PUT https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v1/configuration/approval?mode=DIRECT_PUBLISH_AND_APPROVAL HTTP/1.1 Host: localhost:8080 Content-Type: application/x-www-form-urlencoded mode=DIRECT_PUBLISH_AND_APPROVAL
The following sample response shows the no content response:
HTTP/1.1 204 No Content

0 COMMENTS

We’d like to hear from you!