feat: Update to API references look and feel (#343)

Co-authored-by: Vadim Smirnov <smirnou.vadzim@gmail.com>
Co-authored-by: zakariasaad <zakaria.elas@gmail.com>
Co-authored-by: Vilfred Sikker <vilfredsikker@gmail.com>
Co-authored-by: olivermrbl <oliver@mrbltech.com>
This commit is contained in:
Kasper Fabricius Kristensen
2021-08-20 10:26:29 +02:00
committed by GitHub
parent 40400b483c
commit 143f06aa39
85 changed files with 19022 additions and 7116 deletions

View File

@@ -5308,7 +5308,7 @@
}
}
},
"/returns/{id}receive": {
"/returns/{id}/receive": {
"post": {
"operationId": "PostReturnsReturnReceive",
"summary": "Receive a Return",
@@ -5881,7 +5881,7 @@
},
"delete": {
"operationId": "DeleteStoreCurrenciesCode",
"summary": "Remvoe a Currency Code",
"summary": "Remove a Currency Code",
"description": "Removes a Currency Code from the available currencies.",
"parameters": [
{
@@ -6085,7 +6085,7 @@
"/variants": {
"get": {
"operationId": "GetVariants",
"summary": "List Product Variants.",
"summary": "List Product Variants",
"description": "Retrieves a list of Product Variants",
"tags": [
"Product Variant"
@@ -7546,7 +7546,7 @@
"swaps": {
"type": "array",
"items": {
"$ref": "#/components/schemas/refund"
"$ref": "#/components/schemas/swap"
}
},
"gift_card_transactions": {

View File

@@ -955,4 +955,4 @@
"idempotency_key": "10804103-2f4f-41ef-b44e-7049459f157d"
}
}
}
}