Update Social Profile
Request
PUT /v2/customers/100/social-profiles/1007 HTTP/1.1
Authorization: Bearer oauth_token
Content-Type: application/json
{
"type" : "googleplus",
"value" : "https://api.helpscout.net/+HelpscoutNet"
}
Path Parameters
/v2/customers/{customerId}/social-profiles/{socialProfileId}
Request fields
| Path | Type | Required | Description |
|---|---|---|---|
type |
String |
Y | Type of social profile. Accepted values are: aboutmefacebookflickrforsquaregooglegooglepluslinkedinotherquoratunglemetwitteryoutube |
value |
String |
Y | Social Profile handle (url for example) |
Response
HTTP/1.1 204 No Content