Shield information barrier segments
Update shield information barrier segment with specified ID
Updates the shield information barrier segment based on provided ID..
put/shield_information_barrier_segments/{shield_information_barrier_segment_id}
Path parameters
shield_information_barrier_segment_idstring required
The ID of the shield information barrier segment.
Request body
Example request
{
"name": "Investment Banking",
"description": "'Corporate division that engages in advisory_based\nfinancial transactions on behalf of individuals,\ncorporations, and governments.'"
}Response
Returns the updated shield information barrier segment object.
Example response
{
"id": "11446498",
"type": "shield_information_barrier_segment",
"shield_information_barrier": {
"id": "11446498",
"type": "shield_information_barrier"
},
"name": "Investment Banking",
"description": "'Corporate division that engages in advisory_based financial\n transactions on behalf of individuals, corporations, and governments.'",
"created_at": "2020-06-26T18:44:45.869Z",
"created_by": {
"id": "11446498",
"type": "user"
},
"updated_at": "2020-07-26T18:44:45.869Z",
"updated_by": {
"id": "11446498",
"type": "user"
}
}