update_identity
ActiveTool of run.domani/domani
declared in 1.0.0
Update a free identity's name/bio/emoji/email/links.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"slug"
],
"properties": {
"bio": {
"type": "string"
},
"name": {
"type": "string"
},
"slug": {
"type": "string",
"description": "The handle to update"
},
"email": {
"type": "string"
},
"emoji": {
"type": "string"
},
"links": {
"type": "array",
"items": {
"type": "object",
"required": [
"label",
"url"
],
"properties": {
"url": {
"type": "string"
},
"label": {
"type": "string"
}
}
}
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries