Skip to content

Commit

Permalink
Merge pull request #421 from rieznyk/master
Browse files Browse the repository at this point in the history
add tags resource for Resource\Core\Users to work with user tags
  • Loading branch information
ecoologic authored Oct 10, 2023
2 parents be61309 + cc3b2e9 commit ed814e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Zendesk/API/Resources/Core/Users.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public static function getValidSubResources()
'requests' => Requests::class,
'sessions' => Sessions::class,
'tickets' => UserTickets::class,
'tags' => Tags::class,
];
}

Expand Down

0 comments on commit ed814e5

Please sign in to comment.