Fix requred fields, create chan members type

This commit is contained in:
Denis Arh
2019-04-27 10:43:26 +02:00
parent 7cbfc705ae
commit eae4643274
5 changed files with 10 additions and 8 deletions
+2 -2
View File
@@ -117,10 +117,10 @@ A channel is a representation of a sequence of messages. It has meta data like c
| Parameter | Type | Method | Description | Default | Required? |
| --------- | ---- | ------ | ----------- | ------- | --------- |
| name | string | POST | Name of Channel | N/A | YES |
| name | string | POST | Name of Channel | N/A | NO |
| topic | string | POST | Subject of Channel | N/A | NO |
| type | string | POST | Channel type | N/A | NO |
| members | []string | POST | Initial members of the channel | N/A | NO |
| members | []uint64 | POST | Initial members of the channel | N/A | NO |
## Update channel details