Docs

Update Surface

PUT /surfaces/{surfaceId}

PUT/surfaces/{surfaceId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Updates all editable fields on an existing surface.

Path Parameters

FieldTypeRequiredDescription
surfaceIdGuidRequiredThe ID of the surface to update. Replace `{{surfaceId}}` in the URL.

Request Body

FieldTypeRequiredDescription
namestringRequiredNew display name.
descriptionstringOptionalUpdated description.
rasterMapIdGuid?OptionalUpdated raster map link. Pass `null` to unlink.
areaIdGuid?OptionalUpdated area scope. Pass `null` to remove scoping.
exactLocationstringOptionalUpdated physical location description.

Response

Returns 200 OK with an empty body on success.