Connector Credentials REST Endpoints

Connector Credentials
The connector credentials resource saves and retrieves credentials from the WebLogic credential store framework.
Delete a credential from the credential store
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/connectorCredentials/{connectorCredentialsUniqID}
Get a connector credential
Method: get
Path: /fscmRestApi/resources/11.13.18.05/connectorCredentials/{connectorCredentialsUniqID}
Get all connector credentials
Method: get
Path: /fscmRestApi/resources/11.13.18.05/connectorCredentials
Save a credential in the credential store
Method: post
Path: /fscmRestApi/resources/11.13.18.05/connectorCredentials
Update a credential in the credential store
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/connectorCredentials/{connectorCredentialsUniqID}