Fix name description for application

This commit is contained in:
Denis Arh
2019-09-13 11:27:21 +02:00
parent e2ad2e20f3
commit 05dfa30500
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
{
"name": "name",
"required": true,
"title": "Email",
"title": "Application name",
"type": "string"
},
{
+1 -1
View File
@@ -33,7 +33,7 @@
| Parameter | Type | Method | Description | Default | Required? |
| --------- | ---- | ------ | ----------- | ------- | --------- |
| name | string | POST | Email | N/A | YES |
| name | string | POST | Application name | N/A | YES |
| enabled | bool | POST | Enabled | N/A | NO |
| unify | sqlxTypes.JSONText | POST | Unify properties | N/A | NO |
| config | sqlxTypes.JSONText | POST | Arbitrary JSON holding application configuration | N/A | NO |