3
0

merge belongs to team not to channel

This commit is contained in:
Tit Petric 2018-07-05 10:27:58 +02:00
parent df208854bb
commit aa07d8cc8b
3 changed files with 33 additions and 33 deletions

View File

@ -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" }
]
}
}
]
},

View File

@ -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"
}
]
}
}
]
}

View File

@ -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"
}
]
}
}
]
}