fix(docs): missing authentication in api spec
This commit is contained in:
+2
-1
@@ -4,6 +4,7 @@
|
||||
"parameters": {},
|
||||
"entrypoint": "permissions",
|
||||
"path": "/permissions",
|
||||
"authentication": [],
|
||||
"apis": [
|
||||
{
|
||||
"name": "effective",
|
||||
@@ -25,7 +26,7 @@
|
||||
},
|
||||
{
|
||||
"title": "Permissions",
|
||||
"description": "Permssions",
|
||||
"description": "Permissions",
|
||||
"entrypoint": "page",
|
||||
"path": "/permissions",
|
||||
"authentication": [],
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"Struct": null,
|
||||
"Parameters": {},
|
||||
"Protocol": "",
|
||||
"Authentication": null,
|
||||
"Authentication": [],
|
||||
"Path": "/permissions",
|
||||
"APIs": [
|
||||
{
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"parameters": {},
|
||||
"entrypoint": "permissions",
|
||||
"path": "/permissions",
|
||||
"authentication": [],
|
||||
"apis": [
|
||||
{
|
||||
"name": "effective",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"Struct": null,
|
||||
"Parameters": {},
|
||||
"Protocol": "",
|
||||
"Authentication": null,
|
||||
"Authentication": [],
|
||||
"Path": "/permissions",
|
||||
"APIs": [
|
||||
{
|
||||
|
||||
+1
-3
@@ -394,9 +394,7 @@ CRM module pages
|
||||
|
||||
| URI | Protocol | Method | Authentication |
|
||||
| --- | -------- | ------ | -------------- |
|
||||
| `/permissions/effective` | HTTP/S | GET |
|
||||
Warning: implode(): Invalid arguments passed in /private/tmp/Users/darh/Work/go/src/github.com/crusttech/crust/codegen/templates/README.tpl on line 22
|
||||
|
|
||||
| `/permissions/effective` | HTTP/S | GET | |
|
||||
|
||||
#### Request parameters
|
||||
|
||||
|
||||
@@ -456,9 +456,7 @@ The following event types may be sent with a message event:
|
||||
|
||||
| URI | Protocol | Method | Authentication |
|
||||
| --- | -------- | ------ | -------------- |
|
||||
| `/permissions/effective` | HTTP/S | GET |
|
||||
Warning: implode(): Invalid arguments passed in /private/tmp/Users/darh/Work/go/src/github.com/crusttech/crust/codegen/templates/README.tpl on line 22
|
||||
|
|
||||
| `/permissions/effective` | HTTP/S | GET | |
|
||||
|
||||
#### Request parameters
|
||||
|
||||
|
||||
Reference in New Issue
Block a user