shipengine-openapi icon indicating copy to clipboard operation
shipengine-openapi copied to clipboard

API Spec has invalid model name

Open nmusco opened this issue 4 years ago • 0 comments

The "rate estimate" model in the API Spec has an invalid model name, it should be "rate_estimate" instead. This is preventing auto generating API clients.

https://github.com/ShipEngine/shipengine-openapi/blob/master/openapi.yaml#L9258

    rate estimate:
      title: rate estimate
      type: object
      description: A rate estimate
      required:

nmusco avatar Dec 18 '20 17:12 nmusco