Update SupportEmailAddress
PATCH {{baseUrl}}/api/v1/supportEmailAddress/:supportEmailAddress_id
This API updates details of an existing SupportEmailAddress.
OAuth Scope
Desk.settings.UPDATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
departmentId | <long> | ID of the department in which the SupportEmailAddress is configured |
friendlyName | <string> max chars : 100 | Display name for the SupportEmailAddress |
isMailFetching | <boolean> | Key that returns if the SupportEmailAddress fetches emails or not |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"address":"support@zylker.com","departmentId":"4000000007043","id":"4000000026003","friendlyName":"TechSupport","isMailFetching":true}