Skip to content
Merged
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
121 changes: 108 additions & 13 deletions specs/latest/open-api3-latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9073,7 +9073,7 @@
"type": "object",
"properties": {
"labels": {
"description": "Array of application labels. Replaces the previous labels. Maximum of 1000 labels are allowed, each up to 36 alphanumeric characters long.",
"description": "Array of application labels. Replaces the previous labels. Maximum of 1000 labels are allowed, each up to 36 alphanumeric characters long. Reserved labels are rejected.",
"type": "array",
"items": {
"type": "string"
Expand Down Expand Up @@ -31822,7 +31822,7 @@
"tags": [
"domains"
],
"description": "Check availability and get the registration price for one or more domain names. Availability is resolved for all domains in a single registrar lookup. A domain whose price could not be resolved, for example because its TLD is not supported, is returned with a null price.",
"description": "Check availability and get the requested registration price for one or more domain names. Availability is resolved for all domains in a single registrar lookup. Unavailable domains have a null price for new registrations, but can still be priced for renewal, transfer, or trade. Every priced domain also carries its renewal price for the same period, so a separate renewal lookup is not needed. A domain whose price could not be resolved, for example because its TLD is not supported, is returned with a null price.",
"responses": {
"200": {
"description": "Domain prices list",
Expand All @@ -31839,7 +31839,7 @@
"x-appwrite": {
"group": null,
"demo": "domains\/list-prices.md",
"rate-limit": 50,
"rate-limit": 0,
"rate-time": 3600,
"rate-key": "url:{url},ip:{ip}",
"scope": "domains.read",
Expand Down Expand Up @@ -36694,6 +36694,13 @@
],
"title": "dart-3.12"
},
{
"type": "string",
"enum": [
"dart-3.13"
],
"title": "dart-3.13"
},
{
"type": "string",
"enum": [
Expand Down Expand Up @@ -36987,6 +36994,13 @@
"flutter-3.44"
],
"title": "flutter-3.44"
},
{
"type": "string",
"enum": [
"flutter-3.47"
],
"title": "flutter-3.47"
}
]
},
Expand Down Expand Up @@ -38531,6 +38545,13 @@
],
"title": "dart-3.12"
},
{
"type": "string",
"enum": [
"dart-3.13"
],
"title": "dart-3.13"
},
{
"type": "string",
"enum": [
Expand Down Expand Up @@ -38824,6 +38845,13 @@
"flutter-3.44"
],
"title": "flutter-3.44"
},
{
"type": "string",
"enum": [
"flutter-3.47"
],
"title": "flutter-3.47"
}
]
},
Expand Down Expand Up @@ -39512,6 +39540,13 @@
],
"title": "dart-3.12"
},
{
"type": "string",
"enum": [
"dart-3.13"
],
"title": "dart-3.13"
},
{
"type": "string",
"enum": [
Expand Down Expand Up @@ -39805,6 +39840,13 @@
"flutter-3.44"
],
"title": "flutter-3.44"
},
{
"type": "string",
"enum": [
"flutter-3.47"
],
"title": "flutter-3.47"
}
]
},
Expand Down Expand Up @@ -64817,11 +64859,12 @@
"description": "Download invoice in PDF",
"responses": {
"200": {
"description": "paymentMethod",
"description": "File",
"content": {
"application\/json": {
"*\/*": {
"schema": {
"$ref": "#\/components\/schemas\/paymentMethod"
"type": "string",
"format": "binary"
}
}
}
Expand Down Expand Up @@ -65042,11 +65085,12 @@
"description": "View invoice in PDF",
"responses": {
"200": {
"description": "paymentMethod",
"description": "File",
"content": {
"application\/json": {
"*\/*": {
"schema": {
"$ref": "#\/components\/schemas\/paymentMethod"
"type": "string",
"format": "binary"
}
}
}
Expand Down Expand Up @@ -88067,6 +88111,13 @@
],
"title": "dart-3.12"
},
{
"type": "string",
"enum": [
"dart-3.13"
],
"title": "dart-3.13"
},
{
"type": "string",
"enum": [
Expand Down Expand Up @@ -88360,6 +88411,13 @@
"flutter-3.44"
],
"title": "flutter-3.44"
},
{
"type": "string",
"enum": [
"flutter-3.47"
],
"title": "flutter-3.47"
}
]
},
Expand Down Expand Up @@ -90451,6 +90509,13 @@
],
"title": "dart-3.12"
},
{
"type": "string",
"enum": [
"dart-3.13"
],
"title": "dart-3.13"
},
{
"type": "string",
"enum": [
Expand Down Expand Up @@ -90744,6 +90809,13 @@
"flutter-3.44"
],
"title": "flutter-3.44"
},
{
"type": "string",
"enum": [
"flutter-3.47"
],
"title": "flutter-3.47"
}
]
},
Expand Down Expand Up @@ -94602,13 +94674,20 @@
},
{
"name": "gravity",
"description": "Image crop gravity. Can be one of center,top-left,top,top-right,left,right,bottom-left,bottom,bottom-right",
"description": "Image crop gravity. Can be one of auto,center,top-left,top,top-right,left,right,bottom-left,bottom,bottom-right",
"required": false,
"schema": {
"type": "string",
"example": "center",
"example": "auto",
"title": "ImageGravity",
"oneOf": [
{
"type": "string",
"enum": [
"auto"
],
"title": "auto"
},
{
"type": "string",
"enum": [
Expand Down Expand Up @@ -142401,22 +142480,38 @@
"type": "boolean",
"description": "Whether the domain is a premium domain.",
"example": false
},
"renewalPrice": {
"type": "number",
"description": "Domain renewal price for the same period. Null when the domain was not priced or the registrar has no renewal price for it.",
"format": "double",
"example": 27.99,
"nullable": true
},
"renewalPeriodYears": {
"type": "integer",
"description": "Renewal price period in years.",
"format": "int32",
"example": 1
}
},
"required": [
"domain",
"tld",
"available",
"periodYears",
"premium"
"premium",
"renewalPeriodYears"
],
"example": {
"domain": "example.com",
"tld": "com",
"available": true,
"price": 25.99,
"periodYears": 1,
"premium": false
"premium": false,
"renewalPrice": 27.99,
"renewalPeriodYears": 1
}
},
"domainPurchase": {
Expand Down