Update a portfolio segment.
PUT/segments/:segment_id
Updates the name, description, and/or default status of an existing portfolio segment. All fields are optional; omitted fields are left unchanged.
Request
Responses
- 200
- 401
- 403
- 404
- 429
The updated portfolio segment.
API key authorization failed.
Read-only API key cannot update segments.
Segment not found or does not belong to the authenticated user.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.