chore(docs): Generated API Reference (#4558)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6ee80794c9
commit
df4deca2d1
@@ -25755,6 +25755,18 @@
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/Notification"
|
||||
}
|
||||
},
|
||||
"count": {
|
||||
"type": "integer",
|
||||
"description": "The total number of notifications"
|
||||
},
|
||||
"offset": {
|
||||
"type": "integer",
|
||||
"description": "The number of notifications skipped before these notifications"
|
||||
},
|
||||
"limit": {
|
||||
"type": "integer",
|
||||
"description": "The number of notifications per page"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -10,3 +10,12 @@ properties:
|
||||
type: array
|
||||
items:
|
||||
$ref: ./Notification.yaml
|
||||
count:
|
||||
type: integer
|
||||
description: The total number of notifications
|
||||
offset:
|
||||
type: integer
|
||||
description: The number of notifications skipped before these notifications
|
||||
limit:
|
||||
type: integer
|
||||
description: The number of notifications per page
|
||||
|
||||
@@ -14169,6 +14169,10 @@
|
||||
"quantity": {
|
||||
"type": "number",
|
||||
"description": "The quantity to set the Line Item to."
|
||||
},
|
||||
"metadata": {
|
||||
"type": "object",
|
||||
"description": "An optional key-value map with additional details about the Line Item. If omitted, the metadata will remain unchanged.\""
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -14861,6 +14865,18 @@
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/Region"
|
||||
}
|
||||
},
|
||||
"count": {
|
||||
"type": "integer",
|
||||
"description": "The total number of items available"
|
||||
},
|
||||
"offset": {
|
||||
"type": "integer",
|
||||
"description": "The number of items skipped before these items"
|
||||
},
|
||||
"limit": {
|
||||
"type": "integer",
|
||||
"description": "The number of items per page"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -5,3 +5,8 @@ properties:
|
||||
quantity:
|
||||
type: number
|
||||
description: The quantity to set the Line Item to.
|
||||
metadata:
|
||||
type: object
|
||||
description: >-
|
||||
An optional key-value map with additional details about the Line Item. If
|
||||
omitted, the metadata will remain unchanged."
|
||||
|
||||
@@ -15,3 +15,12 @@ properties:
|
||||
type: array
|
||||
items:
|
||||
$ref: ./Region.yaml
|
||||
count:
|
||||
type: integer
|
||||
description: The total number of items available
|
||||
offset:
|
||||
type: integer
|
||||
description: The number of items skipped before these items
|
||||
limit:
|
||||
type: integer
|
||||
description: The number of items per page
|
||||
|
||||
Reference in New Issue
Block a user