GIS OAuth Setup REST Endpoints

Shared Services/GIS OAuth Setup
Use the OAuth setups resource to view, update, create, and delete settings for accessing secure web maps using OAuth.
Create an OAuth setup
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGISOAuthSetups
Delete an OAuth setup
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGISOAuthSetups/{publicSectorGISOAuthSetupsUniqID}
Get all OAuth setups
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGISOAuthSetups
Get an OAuth setup
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGISOAuthSetups/{publicSectorGISOAuthSetupsUniqID}
Update an OAuth setup
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorGISOAuthSetups/{publicSectorGISOAuthSetupsUniqID}