We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/tickets/{ticket_id}/reply in v2.9 (possibly others) has a duplicate paramater:
/tickets/{ticket_id}/reply
"/tickets/{ticket_id}/reply": parameters: - name: ticket_id in: path description: ticket_id required: true schema: type: string post: summary: Create a ticket reply parameters: - name: Intercom-Version in: header schema: "$ref": "#/components/schemas/intercom_version" - name: ticket_id in: path required: true description: The unique identifier for the ticket which is given by Intercom schema: type: string
The first parameters block is redundant and caused generation of code for Go to fail.
error generating code: error creating operation definitions: path '/tickets/{ticket_id}/reply' has 1 positional parameters, but spec has 2 declared
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/tickets/{ticket_id}/reply
in v2.9 (possibly others) has a duplicate paramater:The first parameters block is redundant and caused generation of code for Go to fail.
error generating code: error creating operation definitions: path '/tickets/{ticket_id}/reply' has 1 positional parameters, but spec has 2 declared
The text was updated successfully, but these errors were encountered: