connect-api-specification icon indicating copy to clipboard operation
connect-api-specification copied to clipboard

This repository contains the OpenAPI specification as well as templates for generating SDKs for Square's APIs

Results 15 connect-api-specification issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/867661/31410118-d21a5f28-adc2-11e7-8880-c8afdb328112.png) Affecting model markdown docs like: https://github.com/square/connect-csharp-sdk/blob/master/docs/V1EmployeesApi.md#createemployee This is likely an issue with a repeated print from the template, or possibly printing two different variables from the template that we...

"#/definitions/LocationCustomAttributeDeleteResponse" "#/definitions/LocationCustomAttributeDeleteRequest" and more are invalid refs in the spec. Why is this happening?

A bunch of the new types have broken references. I believe every case is because they are missing prefix. For example, instead of just `Policy` it should be `CheckoutLocationSettingsPolicy` This...

Hello! The DisputeReason enum in the specification is missing the UNKNOWN_REASON case and it's not documented in the API docs. Saw from an earlier issue (#157) that Square is using...