Metadata Entity Links REST Endpoints
            
            Shared Services/Metadata Entity Links
            
        
        
    The metadata entity links resource is used to view the relationship between entities that belong to different entity models of a particular metadata model within the Oracle Policy Automation configuration schema.
- Create a set of metadata entity links
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorOpaMetaDataEntityLinks - Delete a metadata entity link
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorOpaMetaDataEntityLinks/{publicSectorOpaMetaDataEntityLinksUniqID} - Get a metadata entity link
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorOpaMetaDataEntityLinks/{publicSectorOpaMetaDataEntityLinksUniqID} - Get all metadata entity links
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorOpaMetaDataEntityLinks - Update a metadata entity link
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorOpaMetaDataEntityLinks/{publicSectorOpaMetaDataEntityLinksUniqID}