This API allows the authorized site account to update the name of the site. Typically this would be the site name that is displayed in the ENGAGE mobile app and should reflect the partner system’s site name.
Basic Authentication, must be a partner managed account type
siteReference = string (required)
- Reference ID of the site
Type: application/json
Name = string (required)
- The desired name change
IsEngageManaged = boolean (optional)
PUT /engage/sites/28bf5e95-bc41-4462-8623-9d26be7e3c35 HTTP/1.1
Host: partner.lockwebserv.com
Content-Type: application/json
Authorization: Basic c2l0ZUFkbWluQHNvZnR3YXJlLmNvbTpFTkdBR0UxMjM0NTY=
{
"Name": "New Name",
”IsEngageManaged”: false
}
HTTP status code 200
Body
Type: application/json
Type: application/json
siteReference = string (required)
- Reference ID of the site
Name = string (required)
- The desired name change
IsEngageManaged = string
{
"SiteReference": "28bf5e95-bc41-4462-8623-9d26be7e3c35",
"Name": "New Name",
"IsEngageManaged": "false"
}