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>"
}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>"
}Was this page helpful?