Skip to content

Commit

Permalink
Update openapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyldo authored Aug 6, 2021
1 parent a0f1f36 commit eee688c
Showing 1 changed file with 1 addition and 1 deletion.
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

1 comment on commit eee688c

@tonyldo
Copy link
Author

@tonyldo tonyldo commented on eee688c Aug 6, 2021

Choose a reason for hiding this comment

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

Correção da regex do parâmetro código de município na consulta do payload cobv

Please sign in to comment.