Skip to content
New issue

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

Correção da Regex do parâmetro código do municipio #430

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,7 @@ paths:
Código baseado na Tabela de Códigos de Municípios do __[IBGE](https://www.ibge.gov.br/explica/codigos-dos-municipios.php)__ que apresenta a lista dos municípios brasileiros associados a um código composto de 7 dígitos, sendo os dois primeiros referentes ao código da Unidade da Federação.
schema:
type: "string"
pattern: "/^\\d{7}$/"
pattern: "^\d{7}$"
title: "Código do município"
- name: "DPP"
in: "query"
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

O branch `master` da API pode ser visualizado __[aqui](https://bacen.github.io/pix-api/index.html)__.

# Release atual: 2.4.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Por que você está fazendo o downgrade da versão ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Não lembro de ter mexido na release... Se você vê a data desse meu commit já tem muito tempo ... Já estava até esquecido

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Na verdade é só o readme. Você alterou o readme que estava numa versão maior, modificando para uma versão menor. Por isso o questionamento

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Não lembro pq eu faria isso... A alteração é unicamente para alterar a regex

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remova a alteração do readme então 🛠

# Release atual: 2.3.0

* A release atual da API Pix pode ser encontrada neste __[link](https://github.com/bacen/pix-api/releases/tag/2.4.0)__.
* A release atual da API Pix pode ser encontrada neste __[link](https://github.com/bacen/pix-api/releases/tag/2.3.0)__.