Skip to content

Commit

Permalink
[SELC-6243] Set productId not required to be included on external api (
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-putzu authored Dec 18, 2024
1 parent 420afee commit d4b9c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/onboarding-functions/src/main/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"name": "productId",
"in": "path",
"description": "Product's unique identifier",
"required": true,
"required": false,
"style": "simple",
"schema": {
"type": "string"
Expand Down

0 comments on commit d4b9c77

Please sign in to comment.