n8n-nodes-starter/nodes/S4DSMain/api-definitions.json
2025-07-22 08:19:06 -05:00

34 lines
No EOL
695 B
JSON

{
"authentication": {
"services": [
{
"name": "generateToken",
"file": "actions/authentication/generateToken.json"
}
]
},
"products": {
"services": [
{
"name": "getProductCount",
"file": "actions/products/getProductCount.json"
}
]
},
"customers": {
"services": [
{
"name": "getCustomerByDocument",
"file": "actions/customers/getCustomerByDocument.json"
},
{
"name": "createCustomer",
"file": "actions/customers/createCustomer.json"
},
{
"name": "updateCustomer",
"file": "actions/customers/updateCustomer.json"
}
]
}
}