Document the endpoint for deleting an org

This commit is contained in:
Malcolm Jones
2018-06-14 15:25:45 -04:00
parent 56628996b7
commit 2765afc830

View File

@@ -331,6 +331,27 @@ Content-Type: application/json
```
## Update Users in Organisation
`PATCH /api/orgs/:orgId/users/:userId`
**Example Request**:
```http
PATCH /api/orgs/1/users/2 HTTP/1.1
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
```
**Example Response**:
```http
HTTP/1.1 200
Content-Type: application/json
```
## Delete User in Organisation