|
159 | 159 | }, |
160 | 160 | "notifications": { |
161 | 161 | "tags": { |
162 | | - "get": { |
163 | | - "failed": { |
164 | | - "title": "Error", |
165 | | - "message": "Loading the Tags failed" |
166 | | - } |
167 | | - } |
168 | | - }, |
169 | | - "tag": { |
170 | | - "post": { |
171 | | - "failed": { |
172 | | - "title": "Error", |
173 | | - "message": "Creating the Tag failed" |
| 162 | + "all": { |
| 163 | + "get": { |
| 164 | + "failed": { |
| 165 | + "title": "Error", |
| 166 | + "message": "Loading the Tags failed" |
| 167 | + } |
| 168 | + }, |
| 169 | + "post": { |
| 170 | + "failed": { |
| 171 | + "title": "Error", |
| 172 | + "message": "Creating the Tag failed" |
| 173 | + } |
174 | 174 | } |
175 | 175 | }, |
176 | | - "delete": { |
177 | | - "failed": { |
178 | | - "title": "Error", |
179 | | - "message": "Deleting the Tag failed" |
| 176 | + "single": { |
| 177 | + "delete": { |
| 178 | + "failed": { |
| 179 | + "title": "Error", |
| 180 | + "message": "Deleting the Tag failed" |
| 181 | + } |
180 | 182 | } |
181 | 183 | } |
182 | 184 | }, |
183 | 185 | "context_factors": { |
184 | | - "get": { |
185 | | - "failed": { |
186 | | - "title": "Error", |
187 | | - "message": "Loading the Context Factors failed" |
188 | | - } |
189 | | - } |
190 | | - }, |
191 | | - "context_factor": { |
192 | | - "get": { |
193 | | - "failed": { |
194 | | - "title": "Error", |
195 | | - "message": "Loading the Context Factor failed" |
196 | | - } |
197 | | - }, |
198 | | - "put": { |
199 | | - "failed": { |
200 | | - "title": "Error", |
201 | | - "message": "Updating the Context Factor failed" |
| 186 | + "all": { |
| 187 | + "get": { |
| 188 | + "failed": { |
| 189 | + "title": "Error", |
| 190 | + "message": "Loading the Context Factors failed" |
| 191 | + } |
202 | 192 | }, |
203 | | - "success": { |
204 | | - "title": "Success", |
205 | | - "message": "The Context Factor got updated" |
| 193 | + "post": { |
| 194 | + "failed": { |
| 195 | + "title": "Error", |
| 196 | + "message": "Creating the Context Factor failed" |
| 197 | + }, |
| 198 | + "success": { |
| 199 | + "title": "Success", |
| 200 | + "message": "The Context Factor got created" |
| 201 | + } |
206 | 202 | } |
207 | 203 | }, |
208 | | - "post": { |
209 | | - "failed": { |
210 | | - "title": "Error", |
211 | | - "message": "Creating the Context Factor failed" |
| 204 | + "single": { |
| 205 | + "get": { |
| 206 | + "failed": { |
| 207 | + "title": "Error", |
| 208 | + "message": "Loading the Context Factor failed" |
| 209 | + } |
212 | 210 | }, |
213 | | - "success": { |
214 | | - "title": "Success", |
215 | | - "message": "The Context Factor got created" |
| 211 | + "put": { |
| 212 | + "failed": { |
| 213 | + "title": "Error", |
| 214 | + "message": "Updating the Context Factor failed" |
| 215 | + }, |
| 216 | + "success": { |
| 217 | + "title": "Success", |
| 218 | + "message": "The Context Factor got updated" |
| 219 | + } |
216 | 220 | } |
217 | 221 | } |
218 | 222 | }, |
219 | 223 | "processes": { |
220 | | - "get": { |
221 | | - "failed": { |
222 | | - "title": "Error", |
223 | | - "message": "Loading the Processes failed" |
224 | | - } |
225 | | - } |
226 | | - }, |
227 | | - "process": { |
228 | | - "get": { |
229 | | - "failed": { |
230 | | - "title": "Error", |
231 | | - "message": "Loading the Process failed" |
232 | | - } |
233 | | - }, |
234 | | - "put": { |
235 | | - "failed": { |
236 | | - "title": "Error", |
237 | | - "message": "Updating the Process failed" |
| 224 | + "all": { |
| 225 | + "get": { |
| 226 | + "failed": { |
| 227 | + "title": "Error", |
| 228 | + "message": "Loading the Processes failed" |
| 229 | + } |
238 | 230 | }, |
239 | | - "success": { |
240 | | - "title": "Success", |
241 | | - "message": "The Process got updated" |
| 231 | + "post": { |
| 232 | + "failed": { |
| 233 | + "title": "Error", |
| 234 | + "message": "Creating the Process failed" |
| 235 | + }, |
| 236 | + "success": { |
| 237 | + "title": "Success", |
| 238 | + "message": "The Process got created" |
| 239 | + } |
242 | 240 | } |
243 | 241 | }, |
244 | | - "post": { |
245 | | - "failed": { |
246 | | - "title": "Error", |
247 | | - "message": "Creating the Process failed" |
| 242 | + "single": { |
| 243 | + "get": { |
| 244 | + "failed": { |
| 245 | + "title": "Error", |
| 246 | + "message": "Loading the Process failed" |
| 247 | + } |
248 | 248 | }, |
249 | | - "success": { |
250 | | - "title": "Success", |
251 | | - "message": "The Process got created" |
252 | | - } |
253 | | - }, |
254 | | - "delete": { |
255 | | - "failed": { |
256 | | - "title": "Error", |
257 | | - "message": "Deleting the Process failed" |
| 249 | + "put": { |
| 250 | + "failed": { |
| 251 | + "title": "Error", |
| 252 | + "message": "Updating the Process failed" |
| 253 | + }, |
| 254 | + "success": { |
| 255 | + "title": "Success", |
| 256 | + "message": "The Process got updated" |
| 257 | + } |
| 258 | + }, |
| 259 | + "delete": { |
| 260 | + "failed": { |
| 261 | + "title": "Error", |
| 262 | + "message": "Deleting the Process failed" |
| 263 | + } |
258 | 264 | } |
259 | 265 | }, |
260 | 266 | "tags": { |
|
287 | 293 | } |
288 | 294 | }, |
289 | 295 | "context_types": { |
290 | | - "get": { |
291 | | - "failed": { |
292 | | - "title": "Error", |
293 | | - "message": "Loading the Context Types failed" |
294 | | - } |
295 | | - } |
296 | | - }, |
297 | | - "context_type": { |
298 | | - "post": { |
299 | | - "failed": { |
300 | | - "title": "Error", |
301 | | - "message": "Creating the Context Type failed" |
| 296 | + "all": { |
| 297 | + "get": { |
| 298 | + "failed": { |
| 299 | + "title": "Error", |
| 300 | + "message": "Loading the Context Types failed" |
| 301 | + } |
| 302 | + }, |
| 303 | + "post": { |
| 304 | + "failed": { |
| 305 | + "title": "Error", |
| 306 | + "message": "Creating the Context Type failed" |
| 307 | + } |
302 | 308 | } |
303 | 309 | }, |
304 | | - "delete": { |
305 | | - "failed": { |
306 | | - "title": "Error", |
307 | | - "message": "Deleting the Context Type failed" |
308 | | - }, |
309 | | - "not_allowed": "This Context is in use" |
| 310 | + "single": { |
| 311 | + "delete": { |
| 312 | + "failed": { |
| 313 | + "title": "Error", |
| 314 | + "message": "Deleting the Context Type failed" |
| 315 | + }, |
| 316 | + "not_allowed": "This Context is in use" |
| 317 | + } |
310 | 318 | } |
311 | 319 | } |
312 | 320 | }, |
|
0 commit comments