...
|
...
|
@@ -3,22 +3,19 @@ kind: HttpApi |
|
|
metadata:
|
|
|
service: dictionary
|
|
|
path: /dictionarys
|
|
|
endpoints:
|
|
|
- method: createDictionary
|
|
|
route:
|
|
|
post: /
|
|
|
- method: updateDictionary
|
|
|
route:
|
|
|
put: /{Id}
|
|
|
- method: getDictionary
|
|
|
route:
|
|
|
get: /{Id}
|
|
|
- method: removeDictionary
|
|
|
route:
|
|
|
delete: /{Id}
|
|
|
- method: listDictionary
|
|
|
route:
|
|
|
get: /
|
|
|
params:
|
|
|
- name: offset
|
|
|
- name: limit |
|
|
endpoints:
|
|
|
- method: createDictionary
|
|
|
route:
|
|
|
post: /
|
|
|
- method: updateDictionary
|
|
|
route:
|
|
|
put: /{Id}
|
|
|
- method: getDictionary
|
|
|
route:
|
|
|
get: /{Id}
|
|
|
- method: listDictionary
|
|
|
route:
|
|
|
get: /
|
|
|
params:
|
|
|
- name: offset
|
|
|
- name: limit |
...
|
...
|
|