v2
latestOpenAPI 3.1.02026-08-074390396.7 KBReaders
Create reader
post/api/v1/entities/{entity_id}/readers
Path parameters
entity_idstring required
entity_id
Request body
Example request
{
"reader": {
"name": "South Entrance Reader 1",
"id": "south_entrance_01"
}
}Response
Created
Example response
{
"id": "west_entrance_01",
"type": "reader"
}