2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

[#2476] Addressed review comments

This commit is contained in:
Thomas Markwalder 2022-07-22 06:45:56 -04:00
parent 9890db8ff7
commit dde64740bb

View File

@ -208,7 +208,7 @@ to one service would be structured as follows:
"text": "textual description",
"arguments": {
"argument1": "value1",
argument2": "value2",
"argument2": "value2",
...
}
]
@ -225,7 +225,7 @@ contain responses from each service, in the order they were requested:
"text": "textual description",
"arguments": {
"argument1": "value1",
argument2": "value2",
"argument2": "value2",
...
},
{
@ -233,7 +233,7 @@ contain responses from each service, in the order they were requested:
"text": "textual description",
"arguments": {
"argument1": "value1",
argument2": "value2",
"argument2": "value2",
...
},
...