Skip to content

Commit ca86f14

Browse files
committed
Add agent Set Group Membership as Default
https://developer.zendesk.com/rest_api/docs/core/group_memberships#set-m embership-as-default
1 parent 31d13a2 commit ca86f14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/zendesk_api/resources.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,10 @@ class TopicComment < TopicComment
645645
include Read
646646
end
647647

648+
class GroupMembership < Resource
649+
put :make_default
650+
end
651+
648652
class Identity < Resource
649653
# Makes this identity the primary one bumping all other identities down one
650654
put :make_primary

0 commit comments

Comments
 (0)