Update Public Identity Config
PUT {{baseUrl}}/public-identities-config
This updates the details of public identity config.
Request Body
{"attributes"=>[{"key"=>"country", "name"=>"Country"}, {"key"=>"country", "name"=>"Country"}], "modifiedBy"=>{"type"=>"IDENTITY", "id"=>"2c9180a46faadee4016fb4e018c20639", "name"=>"Thomas Edison"}, "modified"=>"2018-06-25T20:22:28.104Z"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"attributes":[{"key":"country","name":"Country"},{"key":"country","name":"Country"}],"modifiedBy":{"type":"IDENTITY","id":"2c9180a46faadee4016fb4e018c20639","name":"Thomas Edison"},"modified":"2018-06-25T20:22:28.104Z"}