dictionary.yaml
391 字节
version: v1
kind: HttpApi
metadata:
service: dictionary
path: /dictionarys
endpoints:
- method: createDictionary
route:
post: /
- method: updateDictionary
route:
put: /{Id}
- method: getDictionary
route:
get: /{Id}
- method: listDictionary
route:
get: /
params:
- name: offset
- name: limit