Retrieve the farm settings
Success
RAS Farm Settings
Unauthorized
Not Found
Modify Farm Settings. For each setting, the request has a corresponding parameter. To modify a setting, specify a matching parameter and its value.
Site ID
The new name of the specified Farm name.
No Content
No content
Last updated 2 months ago
GET /api/FarmSettings HTTP/1.1 Accept: */*
{ "name": "text" }
PUT /api/FarmSettings HTTP/1.1 Content-Type: application/json; api-version=1.0 Accept: */* Content-Length: 18 { "newName": "text" }