Skip to content

Commit

Permalink
doc(swagger)Update API title in swagger.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanProjetos committed Nov 24, 2023
1 parent 5ed6af0 commit 54d41b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/swagger.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"openapi": "3.0.0",
"info": {
"title": "Page API",
"title": "PagarMe_API",
"version": "1.0.0",
"description": "Page_Api oferece recursos para o usuário se autenticar e se cadastrar. Quando autenticado, será possível fazer transações de 'cash-in' e 'cash-out'."
"description": "PagarMe_API oferece recursos para o usuário se autenticar e se cadastrar. Quando autenticado, será possível fazer transações de 'cash-in' e 'cash-out'."
},
"paths": {
"/sign-in": {
Expand Down

0 comments on commit 54d41b9

Please sign in to comment.