fix(crm docs): page specs title for pageEdit
This commit is contained in:
+1
-1
@@ -10,8 +10,8 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/pkg/errors"
|
||||
"github.com/titpetric/statik/fs"
|
||||
"github.com/titpetric/factory"
|
||||
"github.com/titpetric/statik/fs"
|
||||
|
||||
"github.com/crusttech/crust/crm/db/mysql"
|
||||
)
|
||||
|
||||
+1
-1
@@ -265,7 +265,7 @@ CRM module pages
|
||||
| --------- | ---- | ------ | ----------- | ------- | --------- |
|
||||
| pageID | uint64 | PATH | Page ID | N/A | YES |
|
||||
|
||||
## Create page
|
||||
## Edit page
|
||||
|
||||
#### Method
|
||||
|
||||
|
||||
@@ -144,7 +144,7 @@
|
||||
{
|
||||
"name": "edit",
|
||||
"method": "POST",
|
||||
"title": "Create page",
|
||||
"title": "Edit page",
|
||||
"path": "/{pageID}",
|
||||
"parameters": {
|
||||
"path": [
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
{
|
||||
"Name": "edit",
|
||||
"Method": "POST",
|
||||
"Title": "Create page",
|
||||
"Title": "Edit page",
|
||||
"Path": "/{pageID}",
|
||||
"Parameters": {
|
||||
"path": [
|
||||
|
||||
Reference in New Issue
Block a user