Skip to content

Commit

Permalink
Maintenance: fixed API response for groups
Browse files Browse the repository at this point in the history
  • Loading branch information
klml authored Oct 9, 2024
1 parent 84b50bc commit 4ae733c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/group.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Required permission: ``admin.group``
{
"name": "Amazing Group",
"signature_id": 1,
"email_address_id": 1,
"email_address_id": 3,
"assignment_timeout": 180,
"follow_up_possible": "new_ticket",
"follow_up_assignment": false,
Expand Down

0 comments on commit 4ae733c

Please sign in to comment.