diff --git a/api/crm/spec.json b/api/crm/spec.json index 8feb758b1..e8907b908 100644 --- a/api/crm/spec.json +++ b/api/crm/spec.json @@ -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": [], diff --git a/api/crm/spec/permissions.json b/api/crm/spec/permissions.json index befdf4e14..98636b2db 100644 --- a/api/crm/spec/permissions.json +++ b/api/crm/spec/permissions.json @@ -4,7 +4,7 @@ "Struct": null, "Parameters": {}, "Protocol": "", - "Authentication": null, + "Authentication": [], "Path": "/permissions", "APIs": [ { diff --git a/api/messaging/spec.json b/api/messaging/spec.json index afaee6f84..ac1738445 100644 --- a/api/messaging/spec.json +++ b/api/messaging/spec.json @@ -4,6 +4,7 @@ "parameters": {}, "entrypoint": "permissions", "path": "/permissions", + "authentication": [], "apis": [ { "name": "effective", diff --git a/api/messaging/spec/permissions.json b/api/messaging/spec/permissions.json index befdf4e14..98636b2db 100644 --- a/api/messaging/spec/permissions.json +++ b/api/messaging/spec/permissions.json @@ -4,7 +4,7 @@ "Struct": null, "Parameters": {}, "Protocol": "", - "Authentication": null, + "Authentication": [], "Path": "/permissions", "APIs": [ { diff --git a/docs/crm/README.md b/docs/crm/README.md index a7a5db908..f7a5f2c34 100644 --- a/docs/crm/README.md +++ b/docs/crm/README.md @@ -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 diff --git a/docs/messaging/README.md b/docs/messaging/README.md index c94bcbc0f..474bf3f3c 100644 --- a/docs/messaging/README.md +++ b/docs/messaging/README.md @@ -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