Informa limite de até 5 webhooks por tipo - #39
Open
marcos-marques-gaudium wants to merge 4 commits into
Open
Conversation
|
✅ Review postada — #39 (review) job_id: |
There was a problem hiding this comment.
Mudança puramente documental, aplicada de forma consistente e completa: os 4 specs OpenAPI (v1/v2 × Corridas/Entregas) e as 4 páginas "Sobre" recebem a mesma informação, os JSONs continuam válidos e o callout segue exatamente o padrão de blockquote já usado nos arquivos. Sem risco de correctness ou segurança. Deixo apenas sugestões informativas.
marcos-marques-gaudium
requested review from
gabrielferreira-gaudium,
jfelipends,
mateusmetzker and
tobiasfreire-gaudium
August 10, 2026 21:11
tobiasfreire-gaudium
requested changes
Aug 10, 2026
tobiasfreire-gaudium
left a comment
Contributor
There was a problem hiding this comment.
Tudo ok. Mas é bom especificar que o webhook do tipo mensagem continua tendo o limite de 1.
tobiasfreire-gaudium
previously approved these changes
Aug 10, 2026
gabrielferreira-gaudium
previously approved these changes
Aug 10, 2026
jfelipends
reviewed
Aug 11, 2026
marcos-marques-gaudium
dismissed stale reviews from gabrielferreira-gaudium and tobiasfreire-gaudium
via
August 11, 2026 17:00
b35110e
marcos-marques-gaudium
requested review from
gabrielferreira-gaudium,
jfelipends and
tobiasfreire-gaudium
August 11, 2026 17:40
gabrielferreira-gaudium
approved these changes
Aug 11, 2026
jfelipends
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Descrição
Documenta o limite de cadastro de webhooks: até 5 por tipo. A informação foi
adicionada na descrição do endpoint de cadastro (que aparece na referência gerada
pelo OpenAPI) e na página "Sobre" de Webhooks, nas duas versões da API (V1 e V2)
e nas duas modalidades (Corridas e Entregas).
Alterações
Descrição do endpoint de cadastro —
Permite cadastrar um webhook.→Permite cadastrar um webhook, sendo possível cadastrar até 5 webhooks por tipo.pages/v1/openapi-corridas.jsonepages/v1/openapi-entregas.json(POST /cadastrarWebhook)pages/v2/openapi-corridas.jsonepages/v2/openapi-entregas.json(POST /webhooks)Páginas "Sobre" de Webhooks — novo callout após a introdução dos tipos de
webhook, no mesmo estilo de blockquote já usado nos arquivos:
pages/v1/referencia/webhooks/sobre.mdxepages/v1/entregas/webhooks/sobre.mdxpages/v2/referencia/webhooks/sobre.mdxepages/v2/entregas/webhooks/sobre.mdxEndpoints afetados (apenas documentação)
Checklist