Skip to content

Commit

Permalink
[SELC-6243] feat: Fixed openapi value
Browse files Browse the repository at this point in the history
  • Loading branch information
giampieroferrara authored Dec 19, 2024
1 parent c0197ba commit 5ae63f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/onboarding-functions/src/main/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
"/api/acknowledgment/{productId}/message/{messageId}/status/{status}": {
"post": {
"tags": [
"external-v2"
],
"summary": "messageAcknowledgment",
"description": "Service to acknowledge message consumption by a consumer",
Expand All @@ -123,7 +122,7 @@
"name": "productId",
"in": "path",
"description": "Product's unique identifier",
"required": false,
"required": true,
"style": "simple",
"schema": {
"type": "string"
Expand Down

0 comments on commit 5ae63f1

Please sign in to comment.