Skip to content

Commit

Permalink
Automated commit
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
countnazgul authored and github-actions[bot] committed Jan 26, 2023
1 parent 6f17287 commit 31c2d7a
Show file tree
Hide file tree
Showing 4 changed files with 784 additions and 437 deletions.
47 changes: 46 additions & 1 deletion data/QIX_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openrpc": "1.0.0",
"info": {
"title": "QIX",
"version": "12.1561.0",
"version": "12.1595.0",
"description": "The JSON-RPC API over websocket that enables you to interact with the Qlik Associative Engine."
},
"methods": [
Expand Down Expand Up @@ -9444,6 +9444,32 @@
],
"x-qlik-stability": "experimental"
},
{
"name": "Doc.GetScriptMeta",
"description": "Gets script meta-data.",
"params": [],
"result": {
"name": "Results for Doc.GetScriptMeta",
"schema": {
"type": "object",
"properties": {
"qMeta": {
"type": "object",
"$ref": "#/components/schemas/AppScriptMeta"
}
}
}
},
"errors": [
{
"$ref": "#/components/errors/GenericErrors"
}
],
"x-qlik-stability": "experimental",
"x-qlik-access-control": [
"read"
]
},
{
"name": "Doc.CommitScript",
"description": "Commits the current script version so that any future changes will be part of a new version.",
Expand Down Expand Up @@ -14404,6 +14430,10 @@
"type": "object",
"description": "Value of the variable.",
"$ref": "#/components/schemas/FieldValue"
},
"qDefinition": {
"type": "string",
"description": "The Reporting mode definition of the variable."
}
}
},
Expand Down Expand Up @@ -21150,6 +21180,21 @@
},
"x-qlik-stability": "experimental"
},
"AppScriptMeta": {
"type": "object",
"properties": {
"qMeta": {
"type": "object",
"description": "Information about publishing and permissions.\nThis parameter is optional.",
"$ref": "#/components/schemas/NxMeta"
},
"qIsLocked": {
"type": "boolean",
"description": "True if user is temporarily locked from modifying the script. Meta contains the ID of the last modifier. Only applicable to QCS."
}
},
"x-qlik-stability": "experimental"
},
"ProgressData": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 31c2d7a

Please sign in to comment.