Skip to content

Commit

Permalink
[Auto Generated] 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jigardafda committed Jan 21, 2025
1 parent 1a9f54c commit 96ac3f3
Show file tree
Hide file tree
Showing 8 changed files with 3,063 additions and 3,061 deletions.
2 changes: 1 addition & 1 deletion openapi/application.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"info": {
"title": "Fynd Platform's Application Side APIs v2.1.0",
"version": "1.6.2",
"version": "1.6.3",
"description": "Fynd Platform's Application Side APIs"
},
"openapi": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion openapi/partner.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"info": {
"title": "Fynd Platform's Partner Side APIs v2.1.0",
"version": "1.6.2",
"version": "1.6.3",
"description": "Fynd Platform's Partner Side APIs"
},
"openapi": "3.0.2",
Expand Down
8 changes: 5 additions & 3 deletions openapi/platform.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"info": {
"title": "Fynd Platform's Platform Side APIs v2.1.0",
"version": "1.6.2",
"version": "1.6.3",
"description": "Fynd Platform's Platform Side APIs"
},
"openapi": "3.0.2",
Expand Down Expand Up @@ -154468,6 +154468,7 @@
},
"UserDataInfo": {
"type": "object",
"description": "Contains the details of the user who created the order including identifying information and relevant metadata.",
"properties": {
"id": {
"type": "integer",
Expand Down Expand Up @@ -154510,9 +154511,10 @@
"description": "The email address of the user."
},
"meta": {
"type": "string",
"type": "object",
"nullable": true,
"description": "Additional metadata related to the user."
"description": "Additional metadata related to the user.",
"additionalProperties": true
},
"is_anonymous_user": {
"type": "boolean",
Expand Down
2 changes: 1 addition & 1 deletion openapi/public.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"info": {
"title": "Fynd Platform's Public Side APIs v2.1.0",
"version": "1.6.2",
"version": "1.6.3",
"description": "Fynd Platform's Public Side APIs"
},
"openapi": "3.0.2",
Expand Down
1,320 changes: 660 additions & 660 deletions postman/application.json

Large diffs are not rendered by default.

472 changes: 236 additions & 236 deletions postman/partner.json

Large diffs are not rendered by default.

Loading

0 comments on commit 96ac3f3

Please sign in to comment.