From 938438e5ea01d065b79122dc66daaee4c7e14111 Mon Sep 17 00:00:00 2001 From: petretiandrea Date: Wed, 16 Oct 2024 16:45:54 +0200 Subject: [PATCH] changed path --- openapi/pagopa/openapi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi/pagopa/openapi.yaml b/openapi/pagopa/openapi.yaml index 61399ca..550cd6a 100644 --- a/openapi/pagopa/openapi.yaml +++ b/openapi/pagopa/openapi.yaml @@ -8,13 +8,13 @@ info: servers: - url: http://localhost:8080 tags: - - name: rtp-notice + - name: rtps description: API Group aims to notify a pagoPa notice through Request To Pay (RTP) paths: - /rtp-notices: + /rtps: post: tags: - - rtp-notice + - rtps operationId: "createRtp" summary: "Create and send a new RTP from a pagoPa notice" description: "Create and send a new RTP from a pagoPa notice"