We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711beb8 commit 9ea3ac0Copy full SHA for 9ea3ac0
1 file changed
providers/livestorm/write.go
@@ -176,7 +176,8 @@ func marshalUsersWriteBody(record map[string]any) ([]byte, error) {
176
}
177
178
// marshalSessionPeopleBulkBody builds POST /sessions/{id}/people/bulk JSON:API body.
179
-// Pass session_id alongside attributes or a full document per https://developers.livestorm.co/reference/post_sessions-id-people-bulk
+// Pass session_id alongside attributes or a full document; see
180
+// https://developers.livestorm.co/reference/post_sessions-id-people-bulk
181
func marshalSessionPeopleBulkBody(record map[string]any) ([]byte, error) {
182
record = maps.Clone(record)
183
delete(record, "session_id")
0 commit comments