Skip to content

Commit 8e43c3a

Browse files
docs(openapi-spec): update title, version and description
1 parent a0a989e commit 8e43c3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/openapi.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"openapi": "3.1.0",
33
"info": {
4-
"title": "OpenAPI definition",
5-
"version": "v0"
4+
"title": "Transferências API",
5+
"version": "v1"
66
},
77
"servers": [
88
{
99
"url": "http://localhost:8080",
10-
"description": "Generated server url"
10+
"description": "Server base url"
1111
}
1212
],
1313
"paths": {

0 commit comments

Comments
 (0)