Update SupportEmailAddress

PATCH {{baseUrl}}/api/v1/supportEmailAddress/:supportEmailAddress_id

This API updates details of an existing SupportEmailAddress.

OAuth Scope

  • Desk.settings.UPDATE

Attributes

Attribute NameData TypeDescription
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

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;address&quot;:&quot;support@zylker.com&quot;,&quot;departmentId&quot;:&quot;4000000007043&quot;,&quot;id&quot;:&quot;4000000026003&quot;,&quot;friendlyName&quot;:&quot;TechSupport&quot;,&quot;isMailFetching&quot;:true}