File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
specs/search/paths/keys/common
tests/CTS/requests/search Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -143,3 +143,11 @@ acl:
143143 - seeUnretrievableAttributes
144144 - settings
145145 - usage
146+ - nluWriteProject
147+ - nluReadProject
148+ - nluWriteEntity
149+ - nluReadEntity
150+ - nluWriteIntent
151+ - nluReadIntent
152+ - nluPrediction
153+ - nluReadAnswers
Original file line number Diff line number Diff line change 2020 }
2121 }
2222 },
23+ {
24+ "testName" : " nlu test" ,
25+ "parameters" : {
26+ "acl" : [
27+ " search" ,
28+ " addObject" ,
29+ " nluReadProject"
30+ ],
31+ "description" : " my new api key"
32+ },
33+ "request" : {
34+ "path" : " /1/keys" ,
35+ "method" : " POST" ,
36+ "body" : {
37+ "acl" : [
38+ " search" ,
39+ " addObject" ,
40+ " nluReadProject"
41+ ],
42+ "description" : " my new api key"
43+ }
44+ }
45+ },
2346 {
2447 "testName" : " all" ,
2548 "parameters" : {
You can’t perform that action at this time.
0 commit comments