Skip to content

Commit

Permalink
[IOCOM-1326] Changed base path to be aligned with other external apis (
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldisaro authored May 8, 2024
1 parent 833616d commit f15bec9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions openapi/index.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
version: 1.10.5
title: IO API for service Messages
title: IO internal API for messages sending functions
contact:
name: PagoPA
url: https://forum.italia.it/c/progetto-io
Expand All @@ -10,7 +10,7 @@ info:
description: |
# Warning Experimental API These apis are experimental and for internal use.
host: api.io.pagopa.it
basePath: /service-messages/api/v1
basePath: /api/v1/messages-sending/internal
schemes:
- https
security:
Expand Down
4 changes: 2 additions & 2 deletions openapi/index_external.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
version: 1.10.5
title: IO API for service Messages
title: IO API for messages sending functions
contact:
name: PagoPA
url: https://forum.italia.it/c/progetto-io
Expand All @@ -10,7 +10,7 @@ info:
description: |
External manage apis to manage message related entities.
host: api.io.pagopa.it
basePath: /service-messages/api/v1
basePath: /api/v1/messages-sending
schemes:
- https
security:
Expand Down
4 changes: 2 additions & 2 deletions openapi/index_external.yaml.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
version: 1.4.0
title: IO API for service Messages
title: IO API for messages sending functions
contact:
name: PagoPA
url: https://forum.italia.it/c/progetto-io
Expand All @@ -10,7 +10,7 @@ info:
description: >
External manage apis to manage message related entities.
host: api.io.pagopa.it
basePath: /service-messages/api/v1
basePath: /api/v1/messages-sending
schemes:
- https
security:
Expand Down
4 changes: 2 additions & 2 deletions openapi/index_internal.yaml.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
version: 1.4.0
title: IO API for service Messages
title: IO internal API for messages sending functions
contact:
name: PagoPA
url: https://forum.italia.it/c/progetto-io
Expand All @@ -11,7 +11,7 @@ info:
# Warning Experimental API
These apis are experimental and for internal use.
host: api.io.pagopa.it
basePath: /service-messages/api/v1
basePath: /api/v1/messages-sending/internal
schemes:
- https
security:
Expand Down

0 comments on commit f15bec9

Please sign in to comment.