Removed types.Field

This commit is contained in:
Mitja Zivkovic
2018-12-26 09:41:56 +01:00
committed by Denis Arh
parent a7e4e34a75
commit 672c38747f
11 changed files with 2 additions and 264 deletions
-33
View File
@@ -1,37 +1,4 @@
[
{
"title": "Fields",
"description": "CRM input field definitions",
"package": "crm",
"entrypoint": "field",
"path": "/field",
"authentication": [],
"struct": [],
"apis": [
{
"name": "list",
"method": "GET",
"path": "/",
"title": "List available fields"
},
{
"name": "type",
"path": "/{typeID}",
"method": "GET",
"title": "Get field details",
"parameters": {
"path": [
{
"type": "string",
"name": "typeID",
"required": true,
"title": "Type ID"
}
]
}
}
]
},
{
"title": "Workflows",
"description": "CRM workflow definitions",
-36
View File
@@ -1,36 +0,0 @@
{
"Title": "Fields",
"Description": "CRM input field definitions",
"Package": "crm",
"Interface": "Field",
"Struct": [],
"Parameters": null,
"Protocol": "",
"Authentication": [],
"Path": "/field",
"APIs": [
{
"Name": "list",
"Method": "GET",
"Title": "List available fields",
"Path": "/",
"Parameters": null
},
{
"Name": "type",
"Method": "GET",
"Title": "Get field details",
"Path": "/{typeID}",
"Parameters": {
"path": [
{
"name": "typeID",
"required": true,
"title": "Type ID",
"type": "string"
}
]
}
}
]
}