We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f96b2 commit 56c2f92Copy full SHA for 56c2f92
services/api-server/openapi.json
@@ -5332,7 +5332,7 @@
5332
"content": {
5333
"application/json": {
5334
"schema": {
5335
- "$ref": "#/components/schemas/GetCreditPriceApiServer"
+ "$ref": "#/components/schemas/GetCreditPrice"
5336
}
5337
5338
@@ -5563,7 +5563,7 @@
5563
],
5564
"title": "FileUploadData"
5565
},
5566
- "GetCreditPriceApiServer": {
+ "GetCreditPrice": {
5567
"properties": {
5568
"productName": {
5569
"type": "string",
@@ -5602,7 +5602,7 @@
5602
"usdPerCredit",
5603
"minPaymentAmountUsd"
5604
5605
- "title": "GetCreditPriceApiServer"
+ "title": "GetCreditPrice"
5606
5607
"Groups": {
5608
0 commit comments