Update a Subscription

PUT {{baseUrl}}/trigger-subscriptions/:id

This API updates a trigger subscription in IdentityNow, using a full object representation. In other words, the existing Subscription is completely replaced. The following fields are immutable:

  • id

  • triggerId

Attempts to modify these fields result in 400.

Request Body

{"name"=>"Access request subscription", "description"=>"Access requested to site xyz", "type"=>"HTTP", "httpConfig"=>{"url"=>"https://www.example.com", "httpDispatchMode"=>"SYNC", "httpAuthenticationType"=>"BASIC_AUTH", "basicAuthConfig"=>{"userName"=>"user@example.com", "password"=>"eRtg4%6yuI!"}}, "enabled"=>true, "filter"=>"$[?($.identityId == \"201327fda1c44704ac01181e963d463c\")]"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring