Closed neetin-zwt closed 3 years ago
Currently we only get updateText method inside ThreadsEndpoint class to update text path.
updateText
ThreadsEndpoint
text
There is another path called hidden, we don't have related method to it.
hidden
How can we access the restClient directly to make patch request using ApiClient?
ApiClient
Hidden path documentation:
https://developer.helpscout.com/mailbox-api/endpoints/conversations/threads/update/#valid-paths-and-operations
Currently we only get
updateText
method insideThreadsEndpoint
class to updatetext
path.There is another path called
hidden
, we don't have related method to it.How can we access the restClient directly to make patch request using
ApiClient
?Hidden path documentation: