Update Website
Request
PUT /v2/customers/100/websites/1005 HTTP/1.1
Authorization: Bearer oauth_token
Content-Type: application/json
{
"value" : "https://api.helpscout.net/"
}
Path Parameters
/v2/customers/{customerId}/websites/{websiteId}
Request fields
Path | Type | Required | Description |
---|---|---|---|
value |
String |
Y | Website URL |
Response
HTTP/1.1 204 No Content