upd(sam): docs update for camel case parameter
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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" }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -144,7 +144,7 @@
|
||||
],
|
||||
"post": [
|
||||
{
|
||||
"name": "organisation_id",
|
||||
"name": "organisationID",
|
||||
"required": true,
|
||||
"title": "Team ID",
|
||||
"type": "uint64"
|
||||
|
||||
Reference in New Issue
Block a user