Skip to main content
POST
/
v1
/
entities
/
expose
Expose entities to assistants
curl --request POST \
  --url http://0.0.0.0:3000/v1/entities/expose \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "entity_ids": [
    "<string>"
  ],
  "assistants": [
    "<string>"
  ],
  "should_expose": true
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.unicontrol.me/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
entity_ids
string[]
required
assistants
string[]
required
should_expose
boolean
required

Response

200

Successful response