Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions SwagCommercial-storeapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -14596,6 +14596,7 @@
"headers": {
"sw-context-token": {
"description": "Contains sw-context-token value",
"required": true,
"schema": {
"type": "string"
}
Expand Down Expand Up @@ -14678,6 +14679,30 @@
}
}
},
"GatewayContextTokenResponse": {
"description": "Returns the context update result. Responses that return a context token include it in the response headers.",
"headers": {
"sw-context-token": {
"description": "Contains sw-context-token value for gateway responses that return a context token.",
"schema": {
"type": "string"
}
}
},
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"redirectUrl": {
"description": "Define the URL which browser will be redirected to",
"type": "string"
}
}
}
}
}
},
"LanguageListResponse": {
"description": "Entity search result containing languages.",
"content": {
Expand Down