Appearance
Test provider.
POST
/backend/v1/providers/test
Tests the connection to a provider using either a provider template or system provider,
ensuring the connection is functional.
Authorizations
HTTPBearer
TypeHTTP (bearer)
Request Body
application/json
JSON
"string"
Responses
Successful Response
application/json
JSON
{
"content": "string",
"error": "string",
"files": "string",
"requests": {
"additionalProperties": {
}
},
"statusCode": 0
}