@@ -34,7 +34,9 @@ documentation:
34
34
example : !include ../examples/rolePaths-base-get-200.json
35
35
type : !include schemas/rolePaths-base.json
36
36
/{rolePath} :
37
- displayName : ' Attributes of a Role Path'
37
+ uriParameters :
38
+ rolePath :
39
+ type : string
38
40
get :
39
41
description : ' Get attributes of the object specified by rolePath'
40
42
responses :
@@ -60,6 +62,11 @@ documentation:
60
62
type : !include schemas/bulkProperties-get-response.json
61
63
example : !include ../examples/bulkProperties-get-200.json
62
64
options :
65
+ description : A pre-flight check generally used for Cross-Origin Resource Sharing (CORS) purposes
66
+ responses :
67
+ 200 :
68
+ 403 :
69
+ patch :
63
70
description : ' Validate an NcBulkValuesHolder object against the Device Model'
64
71
body :
65
72
type : !include schemas/bulkProperties-validate-request.json
@@ -102,7 +109,15 @@ documentation:
102
109
example : !include ../examples/methods-base-get-200.json
103
110
type : !include schemas/methods-base.json
104
111
/{methodId} :
105
- displayName : ' Invoke Method.'
112
+ uriParameters :
113
+ methodId :
114
+ type : string
115
+ pattern : " ^[0-9]+m[0-9]+"
116
+ options :
117
+ description : A pre-flight check generally used for Cross-Origin Resource Sharing (CORS) purposes
118
+ responses :
119
+ 200 :
120
+ 403 :
106
121
patch :
107
122
description : ' Invoke method.'
108
123
body :
@@ -135,7 +150,10 @@ documentation:
135
150
example : !include ../examples/properties-base-get-200.json
136
151
type : !include schemas/properties-base.json
137
152
/{propertyId} :
138
- displayName : ' Attributes of a Property'
153
+ uriParameters :
154
+ propertyId :
155
+ type : string
156
+ pattern : " ^[0-9]+p[0-9]+"
139
157
get :
140
158
description : ' Get attributes of a Property'
141
159
responses :
@@ -173,6 +191,11 @@ documentation:
173
191
description : ' Returned when the Property was unable to be retrieved. Corresponds to NcMethodStatus code 500.'
174
192
body :
175
193
type : !include schemas/ms05-error.json
194
+ options :
195
+ description : A pre-flight check generally used for Cross-Origin Resource Sharing (CORS) purposes
196
+ responses :
197
+ 200 :
198
+ 403 :
176
199
put :
177
200
descriptions : ' Put value of a Property'
178
201
body :
0 commit comments