diff --git a/api/system/spec/application.json b/api/system/spec/application.json index f7b1453ab..ed2ef64f8 100644 --- a/api/system/spec/application.json +++ b/api/system/spec/application.json @@ -30,7 +30,7 @@ { "name": "name", "required": true, - "title": "Email", + "title": "Application name", "type": "string" }, { diff --git a/docs/system/README.md b/docs/system/README.md index 628ee7729..7344955c4 100644 --- a/docs/system/README.md +++ b/docs/system/README.md @@ -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 |