Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
devansh-singh2351 committed Nov 29, 2024
1 parent 79d5660 commit 68fc1b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion swagger.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"swagger": "3.0.1",
"openapi": "3.0.1",
"info": {
"title": "INTOUCH-API-V3-JSVT",
"description": "One stop for all Target Loyalty,Authentication, Webhooks and Integrations Apis",
Expand Down
2 changes: 1 addition & 1 deletion swagger_sdk_gen_v3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ then
# Step 2: Generate the SDK using OpenAPI Generator (via Docker)
echo "Generating SDK using OpenAPI Generator..."
docker run --rm -v $(pwd):/local openapitools/openapi-generator-cli generate \
-i $url \
-i swagger.json \
-g java \
-p dateLibrary=java8 \
-o intouch_api/java_client/java \
Expand Down

0 comments on commit 68fc1b7

Please sign in to comment.