Skip to content

Conversation

@bliuchak
Copy link
Contributor

@bliuchak bliuchak commented Oct 31, 2025

This PR fix OpenAPI docs rendering where due to non-unique operationId it shows wrong endpoing documentation for "webhook dispatches" section. Please check attached screenshots for more info.

Also, as positive side effect it should be the last blocker for generating (Go and other languages) clients from our openapi.yaml spec.

Close: #2000

Screenshot 2025-10-31 at 14 35 45 Screenshot 2025-10-31 at 14 43 07

Note

Renames the OpenAPI operationId for GET webhook dispatches to a unique identifier.

  • OpenAPI:
    • Update operationId for GET webhooks/{webhookId}/dispatches in apify-api/openapi/paths/webhooks/webhooks@{webhookId}@dispatches.yaml from webhook_dispatches_get to webhook_webhookDispatches_get.

Written by Cursor Bugbot for commit e00951c. Configure here.

@github-actions github-actions bot added the t-core-services Issues with this label are in the ownership of the core services team. label Oct 31, 2025
@bliuchak bliuchak added bug Something isn't working. adhoc Ad-hoc unplanned task added during the sprint. low priority Low priority issues to be done eventually. labels Oct 31, 2025
@apify-service-account
Copy link

Preview for this PR was built for commit e00951c and is ready at https://pr-2057.preview.docs.apify.com!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. bug Something isn't working. low priority Low priority issues to be done eventually. t-core-services Issues with this label are in the ownership of the core services team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

operationId collision in webhook dispatches endpoints breaks code generation for openapi-generator

4 participants