3
0

upd(sam): docs update for camel case parameter

This commit is contained in:
Tit Petric
2018-10-15 14:42:42 +00:00
parent 51ec92b176
commit 72076769d8
3 changed files with 3 additions and 3 deletions

View File

@@ -194,7 +194,7 @@ An organisation may have many teams. Teams may have many channels available. Acc
| Parameter | Type | Method | Description | Default | Required? |
| --------- | ---- | ------ | ----------- | ------- | --------- |
| teamID | uint64 | PATH | Team ID | N/A | YES |
| organisation_id | uint64 | POST | Team ID | N/A | YES |
| organisationID | uint64 | POST | Team ID | N/A | YES |
## Merge one team into another

View File

@@ -167,7 +167,7 @@
{ "type": "uint64", "name": "teamID", "required": true, "title": "Team ID" }
],
"post": [
{ "type": "uint64", "name": "organisation_id", "required": true, "title": "Team ID" }
{ "type": "uint64", "name": "organisationID", "required": true, "title": "Team ID" }
]
}
},

View File

@@ -144,7 +144,7 @@
],
"post": [
{
"name": "organisation_id",
"name": "organisationID",
"required": true,
"title": "Team ID",
"type": "uint64"