Update segmentAsk AIpost https://api.bigmailer.io/v1/brands/{brand_id}/segments/{segment_id}Update a segment.Path Paramsbrand_iduuidrequiredID of the brand to update a segment insegment_iduuidrequiredID of the segmentBody ParamsnamestringName of the segmentoperatorstringenumall if all conditions must match for the segment to match. any if at least one condition must match for the segment to match.allallanyAllowed:allanyconditionsarray of objectsAn array of conditions that the segment must satisfy. See our description of segment conditions.conditionsADD objectResponses 200Template successfully updated 400The request was invalid. 401The API key does not exist. 403The system understands the request but refuses to authorize it. 404Segment does not exist 429The client has made too many requests. 500An unexpected error occurred. 502The system is under heavy load or is down temporarily. 503The system is under maintenance. Please try again later. 504The system timed out processing your request.Updated about 2 months ago