Enumerations REST Endpoints

Enumerations
The enumerations resource is used to view all the enumeration names that are present in the Oracle Policy Automation configuration schema. An enumeration can have a single or multiple levels of values.
Create a set of enumerations
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEnumerations
Delete an enumeration
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEnumerations/{EnumName}
Get all enumerations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEnumerations
Get an enumeration
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEnumerations/{EnumName}
Update an enumeration
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEnumerations/{EnumName}