cooperationContractChangeLog.yaml 713 字节
version: v1
kind: HttpApi
metadata:
  service: cooperationContractChangeLog
  path: /cooperation-contract-change-logs
  endpoints: 
  - method: createCooperationContractChangeLog
    route:
      post: /
  - method: updateCooperationContractChangeLog
    route:
      put: /{cooperationContractChangeLogId}
  - method: getCooperationContractChangeLog
    route:
      get: /{cooperationContractChangeLogId}
  - method: removeCooperationContractChangeLog
    route:
      delete: /{cooperationContractChangeLogId}
  - method: listCooperationContractChangeLog
    route:
      get: /
    params:
      - name: offset
      - name: limit
  - method: searchCooperationContractChangeLog
    route:
      post: /search