Authorization
This commit is contained in:
parent
2b8e2a54a2
commit
f8c5a5521b
6 changed files with 16 additions and 16 deletions
|
|
@ -15,7 +15,7 @@ Returns a community with id = {id}
|
|||
|
||||
## UPDATE /api/v1/community/{id}/name
|
||||
|
||||
_Requires an authentication header_
|
||||
_Requires an authorization header_
|
||||
|
||||
### Request:
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ Updates name for a community with id = {id}
|
|||
|
||||
## PATCH /api/v1/community/{id}/description
|
||||
|
||||
_Requires an authentication header_
|
||||
_Requires an authorization header_
|
||||
|
||||
### Request:
|
||||
|
||||
|
|
@ -61,7 +61,7 @@ Updates description for a community with id = {id}
|
|||
|
||||
## GET /api/v1/community/{id}/members
|
||||
|
||||
_Requires an authentication header_
|
||||
_Requires an authorization header_
|
||||
|
||||
Returns users for a community with id = {id}
|
||||
|
||||
|
|
@ -82,7 +82,7 @@ Returns users for a community with id = {id}
|
|||
|
||||
## GET /api/v1/community/{id}/channels
|
||||
|
||||
_Requires an authentication header_
|
||||
_Requires an authorization header_
|
||||
|
||||
Returns channels for a community with id = {id}
|
||||
|
||||
|
|
@ -103,7 +103,7 @@ Returns channels for a community with id = {id}
|
|||
|
||||
## GET /api/v1/community/{id}/roles
|
||||
|
||||
_Requires an authentication header_
|
||||
_Requires an authorization header_
|
||||
|
||||
Returns roles for a community with id = {id}
|
||||
|
||||
|
|
@ -124,7 +124,7 @@ Returns roles for a community with id = {id}
|
|||
|
||||
## POST /api/v1/community/{id}/invite
|
||||
|
||||
_Requires an authentication header_
|
||||
_Requires an authorization header_
|
||||
|
||||
### Request:
|
||||
|
||||
|
|
@ -149,7 +149,7 @@ Creates an invite to a community with id = {id}
|
|||
|
||||
## POST /api/v1/community/{id}/join
|
||||
|
||||
_Requires an authentication header_
|
||||
_Requires an authorization header_
|
||||
|
||||
### Request:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue