Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Remove property from groups and channels .delete endpoint (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosSpessatto authored and MartinSchoeler committed Nov 20, 2018
1 parent d88f06e commit 5871abc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
15 changes: 1 addition & 14 deletions developer-guides/rest-api/channels/delete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,6 @@ curl -H "X-Auth-Token: 9HqLlyZOugoStsXCUfD_0YdwnNnunAJF8V47U3QHXSq" \

```json
{
"channel": {
"_id": "ByehQjC44FwMeiLbX",
"name": "channelname",
"t": "c",
"usernames": [
"example"
],
"msgs": 0,
"u": {
"_id": "aobEdbYhXfu5hkeqG",
"username": "example"
},
"ts": "2016-05-30T13:42:25.304Z"
},
"success": true
}
```
Expand All @@ -49,4 +35,5 @@ curl -H "X-Auth-Token: 9HqLlyZOugoStsXCUfD_0YdwnNnunAJF8V47U3QHXSq" \

| Version | Description |
| :--- | :--- |
| 0.71.0 | Removed `channel` property |
| 0.49.0 | Added |
15 changes: 1 addition & 14 deletions developer-guides/rest-api/groups/delete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,6 @@ curl -H "X-Auth-Token: 9HqLlyZOugoStsXCUfD_0YdwnNnunAJF8V47U3QHXSq" \

```json
{
"group": {
"_id": "ByehQjC44FwMeiLbX",
"name": "groupname",
"t": "c",
"usernames": [
"example"
],
"msgs": 0,
"u": {
"_id": "aobEdbYhXfu5hkeqG",
"username": "example"
},
"ts": "2016-05-30T13:42:25.304Z"
},
"success": true
}
```
Expand All @@ -49,4 +35,5 @@ curl -H "X-Auth-Token: 9HqLlyZOugoStsXCUfD_0YdwnNnunAJF8V47U3QHXSq" \

| Version | Description |
| :--- | :--- |
| 0.71.0 | Removed `group` property |
| 0.49.0 | Added |

0 comments on commit 5871abc

Please sign in to comment.