merge belongs to team not to channel
This commit is contained in:
parent
df208854bb
commit
aa07d8cc8b
@ -138,6 +138,17 @@
|
||||
{ "type": "uint64", "name": "organisation_id", "required": true, "title": "Organisation ID" }
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "merge",
|
||||
"method": "POST",
|
||||
"title": "Merge one team into another",
|
||||
"parameters": {
|
||||
"post": [
|
||||
{ "type": "uint64", "name": "destination", "required": true, "title": "Destination Channel ID" },
|
||||
{ "type": "uint64", "name": "source", "required": true, "title": "Source Channel ID" }
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -214,17 +225,6 @@
|
||||
{ "type": "uint64", "name": "id", "required": true, "title": "Channel ID" }
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "merge",
|
||||
"method": "POST",
|
||||
"title": "Merge one team into another",
|
||||
"parameters": {
|
||||
"post": [
|
||||
{ "type": "uint64", "name": "destination", "required": true, "title": "Destination Channel ID" },
|
||||
{ "type": "uint64", "name": "source", "required": true, "title": "Source Channel ID" }
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@ -131,28 +131,6 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"Name": "merge",
|
||||
"Method": "POST",
|
||||
"Title": "Merge one team into another",
|
||||
"Path": "/merge",
|
||||
"Parameters": {
|
||||
"post": [
|
||||
{
|
||||
"name": "destination",
|
||||
"required": true,
|
||||
"title": "Destination Channel ID",
|
||||
"type": "uint64"
|
||||
},
|
||||
{
|
||||
"name": "source",
|
||||
"required": true,
|
||||
"title": "Source Channel ID",
|
||||
"type": "uint64"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -143,6 +143,28 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"Name": "merge",
|
||||
"Method": "POST",
|
||||
"Title": "Merge one team into another",
|
||||
"Path": "/merge",
|
||||
"Parameters": {
|
||||
"post": [
|
||||
{
|
||||
"name": "destination",
|
||||
"required": true,
|
||||
"title": "Destination Channel ID",
|
||||
"type": "uint64"
|
||||
},
|
||||
{
|
||||
"name": "source",
|
||||
"required": true,
|
||||
"title": "Source Channel ID",
|
||||
"type": "uint64"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user