fix(messaging): removed double permission word in path
This commit is contained in:
committed by
Tit Petric
parent
654201aa73
commit
2bcf294191
@@ -698,14 +698,14 @@
|
||||
"apis": [
|
||||
{
|
||||
"name": "list",
|
||||
"path": "/permissions",
|
||||
"path": "/",
|
||||
"method": "GET",
|
||||
"title": "List default permissions",
|
||||
"parameters": {}
|
||||
},
|
||||
{
|
||||
"name": "get",
|
||||
"path": "/permissions/{teamID}",
|
||||
"path": "/{teamID}",
|
||||
"method": "GET",
|
||||
"title": "Retrieve current permission settings",
|
||||
"parameters": {
|
||||
@@ -729,7 +729,7 @@
|
||||
},
|
||||
{
|
||||
"name": "set",
|
||||
"path": "/permissions/{teamID}",
|
||||
"path": "/{teamID}",
|
||||
"method": "POST",
|
||||
"title": "Update permission settings",
|
||||
"parameters": {
|
||||
@@ -753,7 +753,7 @@
|
||||
},
|
||||
{
|
||||
"name": "scopes",
|
||||
"path": "/permissions/scopes/{scope}",
|
||||
"path": "/scopes/{scope}",
|
||||
"method": "GET",
|
||||
"title": "List resources for given scope",
|
||||
"parameters": {
|
||||
|
||||
@@ -20,14 +20,14 @@
|
||||
"Name": "list",
|
||||
"Method": "GET",
|
||||
"Title": "List default permissions",
|
||||
"Path": "/permissions",
|
||||
"Path": "/",
|
||||
"Parameters": {}
|
||||
},
|
||||
{
|
||||
"Name": "get",
|
||||
"Method": "GET",
|
||||
"Title": "Retrieve current permission settings",
|
||||
"Path": "/permissions/{teamID}",
|
||||
"Path": "/{teamID}",
|
||||
"Parameters": {
|
||||
"get": [
|
||||
{
|
||||
@@ -51,7 +51,7 @@
|
||||
"Name": "set",
|
||||
"Method": "POST",
|
||||
"Title": "Update permission settings",
|
||||
"Path": "/permissions/{teamID}",
|
||||
"Path": "/{teamID}",
|
||||
"Parameters": {
|
||||
"path": [
|
||||
{
|
||||
@@ -75,7 +75,7 @@
|
||||
"Name": "scopes",
|
||||
"Method": "GET",
|
||||
"Title": "List resources for given scope",
|
||||
"Path": "/permissions/scopes/{scope}",
|
||||
"Path": "/scopes/{scope}",
|
||||
"Parameters": {
|
||||
"path": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user