upsert_recipient
ActiveTool of Relin
declared in 1.0.0
Authenticated tool for creating or updating a recipient.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"appId",
"recipient"
],
"properties": {
"name": {
"type": "string"
},
"appId": {
"type": "string",
"minLength": 1
},
"recipient": {
"type": "string",
"minLength": 1
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Relin
https://github.com/earonesty/relin
1/7 registries