NapX PMS Docs
POST
/v1/lock-devices/set-shared
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/v1/lock-devices/set-shared" \  -H "Content-Type: application/json" \  -d '{    "seamDeviceId": "string",    "propertyId": "8e8b8450-dc1b-4360-8109-7067337b42cb",    "shared": true  }'
Empty