You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*APIKeysApi* | [**GetAllAPIKeys**](docs/APIKeysApi.md#getallapikeys) | **Get** /cf/admin/apikey | Returns API Keys for an Environment
28
28
*APIKeysApi* | [**UpdateAPIKey**](docs/APIKeysApi.md#updateapikey) | **Put** /cf/admin/apikey/{identifier} | Updates an API Key
29
29
*AccessControlListApi* | [**GetAccessControlList**](docs/AccessControlListApi.md#getaccesscontrollist) | **Post** /authz/api/acl | Check for permission on resource(s) for a principal
30
+
*AccountDataSinksApi* | [**CreateAccountScopedDataSinks**](docs/AccountDataSinksApi.md#createaccountscopeddatasinks) | **Post** /v1/data-sinks | Create Data Sink
31
+
*AccountDataSinksApi* | [**DeleteAccountScopedDataSink**](docs/AccountDataSinksApi.md#deleteaccountscopeddatasink) | **Delete** /v1/data-sinks/{data-sink} | Delete Data Sink
32
+
*AccountDataSinksApi* | [**GetAccountScopedDataSink**](docs/AccountDataSinksApi.md#getaccountscopeddatasink) | **Get** /v1/data-sinks/{data-sink} | Get Data Sink
33
+
*AccountDataSinksApi* | [**GetAccountScopedDataSinks**](docs/AccountDataSinksApi.md#getaccountscopeddatasinks) | **Get** /v1/data-sinks | Get Data Sinks
34
+
*AccountDataSinksApi* | [**UpdateAccountScopedDataSink**](docs/AccountDataSinksApi.md#updateaccountscopeddatasink) | **Put** /v1/data-sinks/{data-sink} | Update Data Sink
35
+
*AccountDataSinksApi* | [**ValidateAccountScopedDataSinkIdentifier**](docs/AccountDataSinksApi.md#validateaccountscopeddatasinkidentifier) | **Get** /v1/data-sinks/validate-unique-identifier/{data-sink} | Your GET endpoint
0 commit comments