diff --git a/sam/docs/README.md b/sam/docs/README.md index 3f5b2d905..2517ccc2a 100644 --- a/sam/docs/README.md +++ b/sam/docs/README.md @@ -167,6 +167,21 @@ An organisation may have many teams. Teams may have many channels available. Acc | id | uint64 | POST | Organisation ID | N/A | YES | | organisation_id | uint64 | POST | Organisation ID | N/A | YES | +## Merge one team into another + +#### Method + +| URI | Protocol | Method | Authentication | +| --- | -------- | ------ | -------------- | +| `/team/merge` | HTTP/S | POST | Client ID, Session ID | + +#### Request parameters + +| Parameter | Type | Method | Description | Default | Required? | +| --------- | ---- | ------ | ----------- | ------- | --------- | +| destination | uint64 | POST | Destination Channel ID | N/A | YES | +| source | uint64 | POST | Source Channel ID | N/A | YES | + @@ -260,21 +275,6 @@ A channel is a representation of a sequence of messages. It has meta data like c | --------- | ---- | ------ | ----------- | ------- | --------- | | id | uint64 | POST | Channel ID | N/A | YES | -## Merge one team into another - -#### Method - -| URI | Protocol | Method | Authentication | -| --- | -------- | ------ | -------------- | -| `/channel/merge` | HTTP/S | POST | Client ID, Session ID | - -#### Request parameters - -| Parameter | Type | Method | Description | Default | Required? | -| --------- | ---- | ------ | ----------- | ------- | --------- | -| destination | uint64 | POST | Destination Channel ID | N/A | YES | -| source | uint64 | POST | Source Channel ID | N/A | YES | -