Map Settings Controller

get
Authorizations
Responses
200

OK

*/*
get
GET /api/map/settings HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "creationDate": "2025-08-20T23:03:55.388Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-08-20T23:03:55.388Z",
  "id": "text",
  "weatherApiKey": "text",
  "mapApiKey": "text"
}
put
Authorizations
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
weatherApiKeystring · max: 255Required
mapApiKeystring · max: 255Required
Responses
204

No Content

put
PUT /api/map/settings HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 55

{
  "id": "text",
  "weatherApiKey": "text",
  "mapApiKey": "text"
}

No content