Skip to content

Commit 56c2f92

Browse files
committed
update api server openapi.json
1 parent 66f96b2 commit 56c2f92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

services/api-server/openapi.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5332,7 +5332,7 @@
53325332
"content": {
53335333
"application/json": {
53345334
"schema": {
5335-
"$ref": "#/components/schemas/GetCreditPriceApiServer"
5335+
"$ref": "#/components/schemas/GetCreditPrice"
53365336
}
53375337
}
53385338
}
@@ -5563,7 +5563,7 @@
55635563
],
55645564
"title": "FileUploadData"
55655565
},
5566-
"GetCreditPriceApiServer": {
5566+
"GetCreditPrice": {
55675567
"properties": {
55685568
"productName": {
55695569
"type": "string",
@@ -5602,7 +5602,7 @@
56025602
"usdPerCredit",
56035603
"minPaymentAmountUsd"
56045604
],
5605-
"title": "GetCreditPriceApiServer"
5605+
"title": "GetCreditPrice"
56065606
},
56075607
"Groups": {
56085608
"properties": {

0 commit comments

Comments
 (0)