feat: add update/update_async for renaming a segment - #270
Conversation
There was a problem hiding this comment.
All reported issues were addressed across 3 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
There was a problem hiding this comment.
All reported issues were addressed across 1 file (changes from recent commits).
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
There was a problem hiding this comment.
0 issues found across 4 files (changes from recent commits).
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Requires human review: Auto-approval blocked by 2 unresolved issues from previous reviews.
Re-trigger cubic
There was a problem hiding this comment.
0 issues found across 1 file (changes from recent commits).
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Requires human review: Adds new public API methods Segments.update/update_async for renaming a segment, introducing new public params and response types.
Re-trigger cubic
Adds
Segments.update()/Segments.update_async()forPATCH /segments/:id, which renames a segment. Mirrors the existingTopics.update()implementation.Params
Response
{ "object": "segment", "id": "78261eea-8f8b-4381-83c6-79fa7120f1cf" }