Removed types.Field
This commit is contained in:
committed by
Denis Arh
parent
a7e4e34a75
commit
672c38747f
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user