Requisição
Forneça seu token bearer no cabeçalho Authorization
ao fazer requisições para recursos protegidos. Exemplo:Authorization: Bearer ********************
Parâmetros Bodyapplication/json
{
"key": "simulation",
"context": "generic_simulation",
"is_active": false,
"settings": {
"generic_simulation": {
"tac": {
"type": "percentage",
"value": 0.01
}
}
}
}
Respostas
application/json
{
"uuid": "7562d839-9a88-41fd-9712-fc384b271d78",
"key": "simulation",
"is_active": false,
"settings": {
"generic_simulation": {
"tac": {
"type": "percentage",
"value": 0.01
}
}
},
"created_at": "2026-07-24T13:21:12.000000Z",
"updated_at": "2026-07-24T13:23:29.000000Z",
"context": "generic_simulation"
}
Modificado em 2026-07-24 13:23:11