Skip to content

Commit aaf7eec

Browse files
committed
docs: generate OAS for 2.14.0
1 parent 6fb1bef commit aaf7eec

365 files changed

Lines changed: 10662 additions & 2084 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
curl '{backend_url}/admin/property-labels' \
2+
-H 'Authorization: Bearer {access_token}'
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
curl -X POST '{backend_url}/admin/property-labels' \
2+
-H 'Authorization: Bearer {access_token}' \
3+
-H 'Content-Type: application/json' \
4+
--data-raw '{
5+
"entity": "{value}",
6+
"property": "{value}",
7+
"label": "{value}"
8+
}'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
curl -X POST '{backend_url}/admin/property-labels/batch' \
2+
-H 'Authorization: Bearer {access_token}'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
curl -X DELETE '{backend_url}/admin/property-labels/{id}' \
2+
-H 'Authorization: Bearer {access_token}'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
curl '{backend_url}/admin/property-labels/{id}' \
2+
-H 'Authorization: Bearer {access_token}'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
curl -X POST '{backend_url}/admin/property-labels/{id}' \
2+
-H 'Authorization: Bearer {access_token}'
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
curl -X POST '{backend_url}/admin/store-credit-accounts/{id}/credit' \
2+
-H 'Authorization: Bearer {access_token}' \
3+
-H 'Content-Type: application/json' \
4+
--data-raw '{
5+
"amount": 39
6+
}'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
curl '{backend_url}/admin/views/entities' \
2+
-H 'Authorization: Bearer {access_token}'

www/apps/api-reference/specs/admin/components/schemas/AdminAddClaimItems.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ properties:
3636
type: string
3737
title: internal_note
3838
description: A note that's only viewed by admin users.
39+
metadata:
40+
type: object
41+
description: Key-value pairs of custom data.

www/apps/api-reference/specs/admin/components/schemas/AdminAddClaimOutboundItems.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ properties:
3636
type: string
3737
title: description
3838
description: The item's description.
39+
metadata:
40+
type: object
41+
description: Key-value pairs of custom data.

0 commit comments

Comments
 (0)