Metadata Entity Relationships REST Endpoints

Metadata Entity Relationships
The metadata entity relationships resource is used to view the mapping that exists between the entity models and the metadata models within the Oracle Policy Automation configuration schema. Every entity model is associated with one or more metadata models that exist in the configuration schema.
Create a set of metadata entity relationships
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaMetaDataEntityRelationships
Delete a metadata entity relationship
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaMetaDataEntityRelationships/{publicSectorOpaMetaDataEntityRelationshipsUniqID}
Get a metadata entity relationship
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaMetaDataEntityRelationships/{publicSectorOpaMetaDataEntityRelationshipsUniqID}
Get all metadata entity relationships
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaMetaDataEntityRelationships
Update a metadata entity relationship
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaMetaDataEntityRelationships/{publicSectorOpaMetaDataEntityRelationshipsUniqID}