Update Subscription
PUT {{apiPath}}/environments/{{envID}}/subscriptions/{{subscriptionID}}
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Update Subscription.
Request Body
{"name"=>"UpdatedSubscription", "filterOptions"=>{"includedActionTypes"=>["USER.CREATED", "USER.MODIFIED"], "includedPopulations"=>[{"id"=>"{popID}"}], "includedApplications"=>[{"id"=>"{appID}"}]}, "httpEndpoint"=>{"url"=>"https://subscriptionendpoint.com", "headers"=>{"some-header"=>"some-value"}}, "format"=>"ACTIVITY", "enabled"=>true, "verifyTlsCertificates"=>true, "tlsClientAuthKeyPair"=>{"id"=>"{{keyID}}"}}