Skip to main content
cURL
curl --request POST \
  --url https://api.example.com/experimental/operator/type-by-index \
  --header 'Content-Type: application/json' \
  --data '
{
  "element_index": 123,
  "text": "<string>"
}
'
{
  "success": true,
  "message": "<string>"
}

Body

application/json
element_index
integer
required
text
string
required

Response

200 - application/json
success
boolean
required
message
string
required