Skip to content

Actualizar flujo de verificación existente

PUT
/check-flows/{flowid}

Authorizations

bearerAuth

JWT token de autenticación. Utilice este esquema para autenticar solicitudes con un token JWT.

TypeHTTP (bearer)

Parameters

Path Parameters

flowid*
Typestring
Required

Request Body

application/json
JSON
{
"name": "string",
"config": {
}
}

Responses

Flujo actualizado exitosamente
application/json
JSON
{
"success": true,
"flow": {
}
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI