diff --git a/sam/docs/README.md b/sam/docs/README.md index 7050f5fc2..fea98967a 100644 --- a/sam/docs/README.md +++ b/sam/docs/README.md @@ -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 diff --git a/sam/docs/src/spec.json b/sam/docs/src/spec.json index d7121422e..2a3ffb3bb 100644 --- a/sam/docs/src/spec.json +++ b/sam/docs/src/spec.json @@ -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" } ] } }, diff --git a/sam/docs/src/spec/team.json b/sam/docs/src/spec/team.json index 9f90c8dbb..5b5c343f0 100644 --- a/sam/docs/src/spec/team.json +++ b/sam/docs/src/spec/team.json @@ -144,7 +144,7 @@ ], "post": [ { - "name": "organisation_id", + "name": "organisationID", "required": true, "title": "Team ID", "type": "uint64"