---
title: "For Updating Lesson Properties: Currently only HasCloudAnchor: True/False and GPSCoordinates. Not updated if value is set as Null"
method: POST
path: "/Lesson/UpdateProperties"
tags: ["Lesson"]
---

# For Updating Lesson Properties: Currently only HasCloudAnchor: True/False and GPSCoordinates. Not updated if value is set as Null

`POST /Lesson/UpdateProperties`

## Headers

- `X-Version` string

## Request body

- UpdateLesson
  - `lessonID` integer
  - `instituteID` integer
  - `hasCloudAnchor` boolean, nullable
  - `gpsCoordinates` string, nullable
  - `anchorImage` string, nullable

## Response `200`

Success

---

[API](https://skmtc.dev/eon-xr/apis/eonxr-api.md) · [All operations](https://skmtc.dev/eon-xr/apis/eonxr-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eon-xr/eonxr-api/revisions/538c75161c64/schema)
