create_endpoint
ActiveTool of Relin
declared in 1.0.0
Authenticated tool to create endpoint.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"appId",
"recipient",
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"name": {
"type": "string",
"maxLength": 120,
"minLength": 1
},
"appId": {
"type": "string",
"minLength": 1
},
"recipient": {
"type": "string",
"minLength": 1
},
"eventTypes": {
"type": "array",
"items": {
"type": "string",
"minLength": 1
}
},
"recipientName": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Relin
https://github.com/earonesty/relin
1/7 registries