connect-api-specification
connect-api-specification copied to clipboard
This repository contains the OpenAPI specification as well as templates for generating SDKs for Square's APIs
 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...
mikek testing
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...