cooperationContractUndertaker.yaml 646 字节
version: v1
kind: HttpApi
metadata:
  service: cooperationContractUndertaker
  path: /cooperation-contract-undertakers
  endpoints: 
  - method: createCooperationContractUndertaker
    route:
      post: /  
  - method: updateCooperationContractUndertaker
    route:
      put: /{cooperationContractUndertakerId}
  - method: getCooperationContractUndertaker
    route:
      get: /{cooperationContractUndertakerId}
  - method: removeCooperationContractUndertaker
    route:
      delete: /{cooperationContractUndertakerId}
  - method: listCooperationContractUndertaker
    route:
      get: /
    params:
      - name: offset
      - name: limit