Update Site
DescriptionUpdate site with new values. The new data must be complete and valid as if it were a new record.
Request
URLURL
Path Parameters
Path Parameters
siteId
Request Body
{
"edges": [
{}
]
}
Time when site was created
Site description
Possible values are: APJ , EU , UK , US
Site Id
Location that is mapped with Org Id
Site name
Site OrgId
Time when site was updated
Authentication
Response
Response BodyResponse Body
{
"createdAt": "string",
"description": "Site-desc",
"edges": [
{
"edgeDeploymentId": "edge-12345",
"edgeDeploymentName": "edge-name"
}
],
"geoGraphicLocation": "APJ",
"id": "site-id-12345",
"location": "US",
"name": "site1",
"orgId": "org-id-12345",
"updatedAt": "string"
}
Time when site was created
Site description
Possible values are: APJ , EU , UK , US
Site Id
Location that is mapped with Org Id
Site name
Site OrgId
Time when site was updated
Errors
Not Found
Code Samples
cURL Command
Vendor Extensions
x-codegen-request-body-name: site