@@ -20,7 +20,7 @@
|
||||
"methods": [
|
||||
{
|
||||
"name": "actor.create",
|
||||
"summary": "Create/Upsert Actor in a context",
|
||||
"summary": "Create/Upsert Actor",
|
||||
"params": [
|
||||
{
|
||||
"name": "params",
|
||||
@@ -49,7 +49,7 @@
|
||||
},
|
||||
{
|
||||
"name": "actor.load",
|
||||
"summary": "Load an Actor by id from a context",
|
||||
"summary": "Load an Actor by id",
|
||||
"params": [
|
||||
{
|
||||
"name": "params",
|
||||
@@ -1181,14 +1181,9 @@
|
||||
"ActorCreateParams": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"context_id",
|
||||
"actor"
|
||||
],
|
||||
"properties": {
|
||||
"context_id": {
|
||||
"type": "integer",
|
||||
"format": "uint32"
|
||||
},
|
||||
"actor": {
|
||||
"$ref": "#/components/schemas/ActorCreate"
|
||||
}
|
||||
@@ -1197,14 +1192,9 @@
|
||||
"ActorLoadParams": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"context_id",
|
||||
"id"
|
||||
],
|
||||
"properties": {
|
||||
"context_id": {
|
||||
"type": "integer",
|
||||
"format": "uint32"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer",
|
||||
"format": "uint32"
|
||||
|
Reference in New Issue
Block a user