Skip to content

Commit 7d960a5

Browse files
author
shopwareBot
committed
[create-pull-request] automated change
1 parent dc84f9c commit 7d960a5

2 files changed

Lines changed: 40 additions & 85 deletions

File tree

SwagCustomizedProducts-adminapi.json

Lines changed: 39 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -5425,88 +5425,41 @@
54255425
}
54265426
}
54275427
},
5428-
"/_action/validation/email": {
5429-
"post": {
5428+
"/app-system/shop/verify": {
5429+
"get": {
54305430
"tags": [
5431-
"Email support validation"
5431+
"App System",
5432+
"Public"
54325433
],
5433-
"summary": "Email support.",
5434-
"description": "Checks a given email string.",
5435-
"operationId": "supportsEmail",
5436-
"requestBody": {
5437-
"required": true,
5438-
"content": {
5439-
"application/json": {
5440-
"schema": {
5441-
"required": [
5442-
"email"
5443-
],
5444-
"properties": {
5445-
"email": {
5446-
"description": "The email to be verified.",
5447-
"type": "string"
5448-
}
5449-
},
5450-
"type": "object"
5451-
}
5434+
"summary": "Verify a shop's APP_URL",
5435+
"description": "Used to verify that a shop's APP_URL points to its self. The passed run ID and token are used to query the cache. It returns 204 no content if the given token can be verified using the run id.",
5436+
"operationId": "verifyAppUrl",
5437+
"parameters": [
5438+
{
5439+
"name": "runId",
5440+
"in": "query",
5441+
"description": "A unique identifier used to look up the token",
5442+
"required": true,
5443+
"schema": {
5444+
"type": "string"
5445+
}
5446+
},
5447+
{
5448+
"name": "token",
5449+
"in": "query",
5450+
"description": "A unique identifier",
5451+
"required": true,
5452+
"schema": {
5453+
"type": "string"
54525454
}
54535455
}
5454-
},
5456+
],
54555457
"responses": {
54565458
"204": {
5457-
"description": "Email is supported"
5459+
"description": "An empty response signalling successful verification."
54585460
},
54595461
"400": {
5460-
"description": "Invalid request payload. The argument 'email' may be missing.",
5461-
"content": {
5462-
"application/json": {
5463-
"schema": {
5464-
"properties": {
5465-
"errors": {
5466-
"description": "Contains the error message.",
5467-
"type": "array"
5468-
}
5469-
},
5470-
"type": "object"
5471-
},
5472-
"example": {
5473-
"errors": [
5474-
{
5475-
"code": "0",
5476-
"status": "400",
5477-
"title": "Unprocessable Content",
5478-
"detail": "This value should not be blank."
5479-
}
5480-
]
5481-
}
5482-
}
5483-
}
5484-
},
5485-
"422": {
5486-
"description": "Email address is not supported.",
5487-
"content": {
5488-
"application/json": {
5489-
"schema": {
5490-
"properties": {
5491-
"errors": {
5492-
"description": "Contains the validation error.",
5493-
"type": "array"
5494-
}
5495-
},
5496-
"type": "object"
5497-
},
5498-
"example": {
5499-
"errors": [
5500-
{
5501-
"code": "0",
5502-
"status": "422",
5503-
"title": "Unprocessable Content",
5504-
"detail": "This value is not a supported email address."
5505-
}
5506-
]
5507-
}
5508-
}
5509-
}
5462+
"description": "Malformed request or unsuccessful verification."
55105463
}
55115464
}
55125465
}
@@ -8552,10 +8505,6 @@
85528505
"description": "When boolean value is `true`, the category is listed for selection.",
85538506
"type": "boolean"
85548507
},
8555-
"cmsPageIdSwitched": {
8556-
"description": "Runtime field, cannot be used as part of the criteria.",
8557-
"type": "boolean"
8558-
},
85598508
"visibleChildCount": {
85608509
"description": "Runtime field, cannot be used as part of the criteria.",
85618510
"type": "integer",
@@ -8619,6 +8568,11 @@
86198568
"type": "string",
86208569
"pattern": "^[0-9a-f]{32}$"
86218570
},
8571+
"cmsPageIdSwitched": {
8572+
"description": "Runtime field, cannot be used as part of the criteria.",
8573+
"type": "boolean",
8574+
"deprecated": true
8575+
},
86228576
"createdAt": {
86238577
"type": "string",
86248578
"format": "date-time",
@@ -9134,10 +9088,6 @@
91349088
"description": "When boolean value is `true`, the category is listed for selection.",
91359089
"type": "boolean"
91369090
},
9137-
"cmsPageIdSwitched": {
9138-
"description": "Runtime field, cannot be used as part of the criteria.",
9139-
"type": "boolean"
9140-
},
91419091
"visibleChildCount": {
91429092
"description": "Runtime field, cannot be used as part of the criteria.",
91439093
"type": "integer",
@@ -9201,6 +9151,11 @@
92019151
"type": "string",
92029152
"pattern": "^[0-9a-f]{32}$"
92039153
},
9154+
"cmsPageIdSwitched": {
9155+
"description": "Runtime field, cannot be used as part of the criteria.",
9156+
"type": "boolean",
9157+
"deprecated": true
9158+
},
92049159
"createdAt": {
92059160
"type": "string",
92069161
"format": "date-time",
@@ -12822,7 +12777,7 @@
1282212777
"format": "date-time"
1282312778
},
1282412779
"hash": {
12825-
"description": "Password hash for customer recovery.",
12780+
"description": "Customer registration double opt-in hash for confirming the customer account.",
1282612781
"type": "string"
1282712782
},
1282812783
"guest": {
@@ -13628,7 +13583,7 @@
1362813583
"format": "date-time"
1362913584
},
1363013585
"hash": {
13631-
"description": "Password hash for customer recovery.",
13586+
"description": "Customer registration double opt-in hash for confirming the customer account.",
1363213587
"type": "string"
1363313588
},
1363413589
"guest": {

SwagCustomizedProducts-adminapi.summary.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"paths": [
3-
"/_action/validation/email",
43
"/aggregate/swag-customized-products-template",
54
"/aggregate/swag-customized-products-template-configuration",
65
"/aggregate/swag-customized-products-template-configuration-share",
@@ -11,6 +10,7 @@
1110
"/aggregate/swag-customized-products-template-option-price",
1211
"/aggregate/swag-customized-products-template-option-value",
1312
"/aggregate/swag-customized-products-template-option-value-price",
13+
"/app-system/shop/verify",
1414
"/search/swag-customized-products-template",
1515
"/search/swag-customized-products-template-configuration",
1616
"/search/swag-customized-products-template-configuration-share",

0 commit comments

Comments
 (0)