|
77478 | 77478 | ] |
77479 | 77479 | } |
77480 | 77480 | }, |
| 77481 | + "/app-system/shop/verify": { |
| 77482 | + "get": { |
| 77483 | + "tags": [ |
| 77484 | + "App System", |
| 77485 | + "Public" |
| 77486 | + ], |
| 77487 | + "summary": "Verify a shop's APP_URL", |
| 77488 | + "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.", |
| 77489 | + "operationId": "verifyAppUrl", |
| 77490 | + "parameters": [ |
| 77491 | + { |
| 77492 | + "name": "runId", |
| 77493 | + "in": "query", |
| 77494 | + "description": "A unique identifier used to look up the token", |
| 77495 | + "required": true, |
| 77496 | + "schema": { |
| 77497 | + "type": "string" |
| 77498 | + } |
| 77499 | + }, |
| 77500 | + { |
| 77501 | + "name": "token", |
| 77502 | + "in": "query", |
| 77503 | + "description": "A unique identifier", |
| 77504 | + "required": true, |
| 77505 | + "schema": { |
| 77506 | + "type": "string" |
| 77507 | + } |
| 77508 | + } |
| 77509 | + ], |
| 77510 | + "responses": { |
| 77511 | + "204": { |
| 77512 | + "description": "An empty response signalling successful verification." |
| 77513 | + }, |
| 77514 | + "400": { |
| 77515 | + "description": "Malformed request or unsuccessful verification." |
| 77516 | + } |
| 77517 | + } |
| 77518 | + } |
| 77519 | + }, |
77481 | 77520 | "/_info/queue.json": { |
77482 | 77521 | "get": { |
77483 | 77522 | "tags": [ |
|
81406 | 81445 | "description": "When boolean value is `true`, the category is listed for selection.", |
81407 | 81446 | "type": "boolean" |
81408 | 81447 | }, |
81409 | | - "cmsPageIdSwitched": { |
81410 | | - "description": "Runtime field, cannot be used as part of the criteria.", |
81411 | | - "type": "boolean" |
81412 | | - }, |
81413 | 81448 | "visibleChildCount": { |
81414 | 81449 | "description": "Runtime field, cannot be used as part of the criteria.", |
81415 | 81450 | "type": "integer", |
|
81473 | 81508 | "type": "string", |
81474 | 81509 | "pattern": "^[0-9a-f]{32}$" |
81475 | 81510 | }, |
| 81511 | + "cmsPageIdSwitched": { |
| 81512 | + "description": "Runtime field, cannot be used as part of the criteria.", |
| 81513 | + "type": "boolean", |
| 81514 | + "deprecated": true |
| 81515 | + }, |
81476 | 81516 | "createdAt": { |
81477 | 81517 | "type": "string", |
81478 | 81518 | "format": "date-time", |
|
81995 | 82035 | "description": "When boolean value is `true`, the category is listed for selection.", |
81996 | 82036 | "type": "boolean" |
81997 | 82037 | }, |
81998 | | - "cmsPageIdSwitched": { |
81999 | | - "description": "Runtime field, cannot be used as part of the criteria.", |
82000 | | - "type": "boolean" |
82001 | | - }, |
82002 | 82038 | "visibleChildCount": { |
82003 | 82039 | "description": "Runtime field, cannot be used as part of the criteria.", |
82004 | 82040 | "type": "integer", |
|
82075 | 82111 | "pattern": "^[0-9a-f]{32}$", |
82076 | 82112 | "description": "Unique identity of custom entity type." |
82077 | 82113 | }, |
| 82114 | + "cmsPageIdSwitched": { |
| 82115 | + "description": "Runtime field, cannot be used as part of the criteria.", |
| 82116 | + "type": "boolean", |
| 82117 | + "deprecated": true |
| 82118 | + }, |
82078 | 82119 | "createdAt": { |
82079 | 82120 | "type": "string", |
82080 | 82121 | "format": "date-time", |
|
85778 | 85819 | "format": "date-time" |
85779 | 85820 | }, |
85780 | 85821 | "hash": { |
85781 | | - "description": "Password hash for customer recovery.", |
| 85822 | + "description": "Customer registration double opt-in hash for confirming the customer account.", |
85782 | 85823 | "type": "string" |
85783 | 85824 | }, |
85784 | 85825 | "guest": { |
|
0 commit comments