blockChain.yaml
455 字节
version: v1
kind: HttpApi
metadata:
service: blockChain
path: /block-chains
endpoints:
- method: createBlockChain
route:
post: /
- method: updateBlockChain
route:
put: /{blockChainId}
- method: getBlockChain
route:
get: /{blockChainId}
- method: removeBlockChain
route:
delete: /{blockChainId}
- method: listBlockChain
route:
get: /
params:
- name: offset
- name: limit