Update shield information barrier segment with specified ID
PUT https://{{api.box.com}}/2.0/shield_information_barrier_segments/:shield_information_barrier_segment_id
Updates the shield information barrier segment based on provided ID..
https://developer.box.com/reference/put-shield-information-barrier-segments-id
Request Body
{"name"=>"Investment Banking", "description"=>"'Corporate division that engages in advisory_based\nfinancial transactions on behalf of individuals,\ncorporations, and governments.'"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"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"}}