Update a siteput https://{hostname}/api/infrastructure/v1/sites/{siteId}This operation updates the details of a site.Path ParamssiteIdintegerrequiredUniquely identifies a site.Body ParamssiteIdintegerrequired≥ 1The unique identifier for a site.namestringrequiredlength between 1 and 254The unique name for this site.abbreviatedNamestringrequiredlength between 1 and 50A shortened name for this site.Responses 200An HTTP 200 will signify the successful update of an site instance. 400An HTTP 400 will be returned if the request is badly formed or has constraint violations 403An HTTP 403 will be returned if the principal is not authorized to access the instance of node that the request was made against. 404An HTTP 404 will be returned if the node with the specified entityId is not found. 409An HTTP 409 will be returned if the node offered for create/update would lead to a conflicting state.Updated about 1 month ago