Traits - Bulk Create

PUT {{baseUrl}}/traits/bulk/

Request Body

[{"identity"=>{"identifier"=>"{{Identity}}"}, "trait_key"=>"opening_book_sentence", "trait_value"=>"Call me Ishmael"}, {"identity"=>{"identifier"=>"{{Identity}}"}, "trait_key"=>"universe_integer", "trait_value"=>42}, {"identity"=>{"identifier"=>"{{Identity}}"}, "trait_key"=>"floatingpoint_trait", "trait_value"=>3.1415}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring