Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ Certificatethumbprint
certverify
Chademo
chainer
changedSince
changepoint
changestate
CHECKACCESS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,12 @@
},
{
"$ref": "#/parameters/Environment"
},
{
"$ref": "#/parameters/source"
},
{
"$ref": "#/parameters/changedSince"
}
],
"consumes": [
Expand Down Expand Up @@ -1415,6 +1421,24 @@
"description": "Knowledgebase id.",
"x-ms-parameter-location": "method"
},
"source": {
"type": "string",
"name": "source",
"in": "query",
"required": false,
"x-nullable": false,
"description": "The source property filter to apply. Sample value: Editorial, smartLight%20FAQ.tsv .",
"x-ms-parameter-location": "method"
},
"changedSince": {
"type": "string",
"name": "changedSince",
"in": "query",
"required": false,
"x-nullable": false,
"description": "changedSince property is used to return all QnAs created or updated after a specific time duration. The user can filter QnAs by seconds (s), minutes (m), hours (h) and days (d). The user may use any integral value along with the suffix for time. For instance, the value of 5m returns all QnA pairs updated or created in the last 5 minutes.",
"x-ms-parameter-location": "method"
},
"OperationId": {
"type": "string",
"name": "operationId",
Expand Down