Configuração de Indexação
Parâmetros
Campo
Descrição
Valor
Requisição
curl --location '<HOST>/v1/configs' \
--header 'Content-Type: application/json' \
--header 'Authorization: <ACCESS-TOKEN>' \
--data '{
"input": {
"type": "HTTP"
},
"index": [
{
"description": "INDEX-DESCRIPTION-1",
"key": "group",
"values": [
"GROUP-ID"
],
"required": true
},
{
"description": "INDEX-DESCRIPTION-2",
"key": "type",
"value": "command",
"required": true
},
{
"description": "INDEX-DESCRIPTION-3",
"key": "bot_id",
"value": "$..from",
"required": true
}
]
}'Limitações
Last updated