Skip to content

Commit

Permalink
Merge pull request #1655 from mdyd-dev/api-liquid-add-app-file-type-t…
Browse files Browse the repository at this point in the history
…o-object

Api liquid: add app_file_type to object
  • Loading branch information
Slashek committed Sep 16, 2023
2 parents 998708c + e6ec8f6 commit d50fbde
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/partials/api/liquid/object.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
}
{% endif %}
],
"template": []
"template": [],
"app_file_type": {{ item.app_file_type | json }}
},
"deprecated": false,
"deprecation_reason": "",
Expand Down
56 changes: 56 additions & 0 deletions app/views/partials/api/liquid/standard_objects.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,62 @@
"array_value": ""
}
]
},
{
"access": {
"global": true,
"parents": [
],
"template": [],
"app_file_type": "api_call"
},
"deprecated": false,
"deprecation_reason": "",
"description": "",
"properties": [
{
"deprecated": false,
"deprecation_reason": "",
"description": "",
"examples": [],
"return_type": [
{
"type": "string",
"name": "",
"description": "",
"array_value": ""
}
],
"summary": "body of the response",
"name": "body"
},
{
"deprecated": false,
"deprecation_reason": "",
"description": "",
"examples": [],
"return_type": [
{
"type": "string",
"name": "",
"description": "",
"array_value": ""
}
],
"summary": "status of the response",
"name": "status"
}
],
"summary": "",
"name": "response",
"examples": [
],
"json_data": {
"path": "",
"handle": "",
"data_from_file": ""
},
"return_type": []
}
]
{% endraw %}
Expand Down

0 comments on commit d50fbde

Please sign in to comment.