Commit 5813c306 authored by Vincent Pelletier's avatar Vincent Pelletier

erp5: Clarify software types descriptions.

parent 39cdc052
...@@ -5,14 +5,14 @@ ...@@ -5,14 +5,14 @@
"software-type": { "software-type": {
"default": { "default": {
"title": "Default", "title": "Default",
"description": "Default deployment of ERP5 with auto-create instance.", "description": "No automated database modification (ERP5Site is not automatically created).",
"request": "instance-erp5-input-schema.json", "request": "instance-erp5-input-schema.json",
"response": "instance-erp5-output-schema.json", "response": "instance-erp5-output-schema.json",
"index": 0 "index": 0
}, },
"create-erp5-site": { "create-erp5-site": {
"title": "Create ERP5 Site", "title": "Create ERP5 Site",
"description": "Default deployment of ERP5 with automatic creation of the instance.", "description": "Automated ERP5Site creation on instanciation when ZODB is found empty.",
"request": "instance-erp5-input-schema.json", "request": "instance-erp5-input-schema.json",
"response": "instance-erp5-output-schema.json", "response": "instance-erp5-output-schema.json",
"index": 1 "index": 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment