Skip to content

Commit fde118e

Browse files
gilzowgithub-actions[bot]
authored andcommitted
Update API Docs
1 parent 430d523 commit fde118e

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

shared/pages/api.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

shared/pages/openapispec-upsun.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29012,6 +29012,28 @@
2901229012
"type": {
2901329013
"$ref": "#/components/schemas/AddonType"
2901429014
},
29015+
"title": {
29016+
"type": "string",
29017+
"description": "Human-friendly title of the add-on or SKU."
29018+
},
29019+
"unit": {
29020+
"type": "string",
29021+
"description": "Unit for quantity-based add-ons when applicable."
29022+
},
29023+
"allowed_values": {
29024+
"description": "Allowed values for the add-on depending on user role and options.",
29025+
"type": "array",
29026+
"items": {
29027+
"oneOf": [
29028+
{
29029+
"type": "string"
29030+
},
29031+
{
29032+
"type": "integer"
29033+
}
29034+
]
29035+
}
29036+
},
2901529037
"created_at": {
2901629038
"$ref": "#/components/schemas/CreatedAt"
2901729039
},

shared/pages/openapispec-upsun.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21119,6 +21119,19 @@ components:
2111921119
$ref: '#/components/schemas/ProjectID'
2112021120
type:
2112121121
$ref: '#/components/schemas/AddonType'
21122+
title:
21123+
type: string
21124+
description: Human-friendly title of the add-on or SKU.
21125+
unit:
21126+
type: string
21127+
description: Unit for quantity-based add-ons when applicable.
21128+
allowed_values:
21129+
description: Allowed values for the add-on depending on user role and options.
21130+
type: array
21131+
items:
21132+
oneOf:
21133+
- type: string
21134+
- type: integer
2112221135
created_at:
2112321136
$ref: '#/components/schemas/CreatedAt'
2112421137
updated_at:

0 commit comments

Comments
 (0)