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