Skip to content

Commit

Permalink
Changed apiary file: changed ACCESSIBLE_HTML (that is deprecated docu…
Browse files Browse the repository at this point in the history
…ment type) to REPORT
  • Loading branch information
davide-zerbetto committed Jun 30, 2017
1 parent df49d8a commit 4d54feb
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The documents resource represents the list of documents that are visible to the
[
{
"id": 1,
"name": "Accessible sales costs",
"name": "Sales and costs",
"description": "",
"label": "Sales and costs",
"visible": true,
Expand All @@ -89,11 +89,11 @@ The documents resource represents the list of documents that are visible to the
"parametersRegion": "east",
"dataSourceLabel": "foodmart",
"dataSetLabel": "DEMO_SALES_COSTS",
"typeCode": "ACCESSIBLE_HTML",
"typeCode": "REPORT",
"public": true,
"engine": "knowagebirtreportengine",
"functionalities": [
"/Functionalities/DOC_DEMO/Accessibility"
"/Functionalities/DOC_DEMO/Reports"
],
"creationDate": "2015-04-20 10:12:08.0"
},
Expand Down Expand Up @@ -130,7 +130,7 @@ In this case you have to create those objects first, using the standard web GUI.
+ Request (application/json)

{
"name": "Accessible sales costs",
"name": "Sales and costs",
"description": "",
"label": "Sales and costs",
"visible": true,
Expand All @@ -143,11 +143,11 @@ In this case you have to create those objects first, using the standard web GUI.
"parametersRegion": "east",
"dataSourceLabel": "foodmart",
"dataSetLabel": "DEMO_SALES_COSTS",
"typeCode": "ACCESSIBLE_HTML",
"typeCode": "REPORT",
"public": true,
"engine": "knowagebirtreportengine",
"functionalities": [
"/Functionalities/DOC_DEMO/Accessibility"
"/Functionalities/DOC_DEMO/Reports"
],
"creationDate": "2015-04-20 10:12:08.0"
}
Expand All @@ -169,7 +169,7 @@ The document resource represents a specific document.

{
"id": 1,
"name": "Accessible sales costs",
"name": "Sales and costs",
"description": "",
"label": "Sales and costs",
"visible": true,
Expand All @@ -182,11 +182,11 @@ The document resource represents a specific document.
"parametersRegion": "east",
"dataSourceLabel": "foodmart",
"dataSetLabel": "DEMO_SALES_COSTS",
"typeCode": "ACCESSIBLE_HTML",
"typeCode": "REPORT",
"public": true,
"engine": "knowagebirtreportengine",
"functionalities": [
"/Functionalities/DOC_DEMO/Accessibility"
"/Functionalities/DOC_DEMO/Reports"
],
"creationDate": "2015-04-20 10:12:08.0"
}
Expand All @@ -198,7 +198,7 @@ The document resource represents a specific document.

{
"id": 1,
"name": "Accessible sales costs",
"name": "Sales and costs",
"description": "",
"label": "Sales and costs",
"visible": true,
Expand All @@ -211,11 +211,11 @@ The document resource represents a specific document.
"parametersRegion": "east",
"dataSourceLabel": "foodmart",
"dataSetLabel": "DEMO_SALES_COSTS",
"typeCode": "ACCESSIBLE_HTML",
"typeCode": "REPORT",
"public": true,
"engine": "knowagebirtreportengine",
"functionalities": [
"/Functionalities/DOC_DEMO/Accessibility"
"/Functionalities/DOC_DEMO/Reports"
],
"creationDate": "2015-04-20 10:12:08.0"
}
Expand Down

0 comments on commit 4d54feb

Please sign in to comment.