v1

latestOpenAPI 3.1.02026-08-06330343826.1 KB
Site

Site Organization Information

Updates the site organization information.

put/api/3/sites/{id}/organization

Path parameters

idinteger required

The identifier of the site.

The identifier of the site.

Request body

addressstring

The address.

citystring

The city.

contactstring

The contact person name.

countrystring

The country.

emailstring

The e-mail address.

jobTitlestring

The job title.

namestring

The organization name.

phonestring

The phone number.

statestring

The state.

urlstring

The organization URL.

zipCodestring

The zip or region code.

Example request

{
  "links": [
    {
      "href": "https://hostname:3780/api/3/...",
      "rel": "self"
    }
  ]
}

Response

OK