update_endpoint
ActiveTool of Relin
declared in 1.0.0
Authenticated tool to update endpoint.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"appId",
"endpointId"
],
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"name": {
"type": "string",
"maxLength": 120,
"minLength": 1
},
"appId": {
"type": "string",
"minLength": 1
},
"enabled": {
"type": "boolean"
},
"endpointId": {
"type": "string",
"minLength": 1
},
"retryMaxAttempts": {
"type": "integer",
"maximum": 20,
"minimum": 1
},
"rateLimitPerMinute": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": 1
},
"retryBackoffSeconds": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Relin
https://github.com/earonesty/relin
1/7 registries