Skip to content

Commit 80ccea2

Browse files
openapi specs
1 parent de3528a commit 80ccea2

File tree

2 files changed

+2
-44
lines changed

2 files changed

+2
-44
lines changed

services/resource-usage-tracker/openapi.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -72,39 +72,6 @@
7272
"title": "Wallet Id",
7373
"minimum": 0
7474
}
75-
},
76-
{
77-
"name": "transaction_status",
78-
"in": "query",
79-
"required": false,
80-
"schema": {
81-
"anyOf": [
82-
{
83-
"$ref": "#/components/schemas/CreditTransactionStatus"
84-
},
85-
{
86-
"type": "null"
87-
}
88-
],
89-
"title": "Transaction Status"
90-
}
91-
},
92-
{
93-
"name": "project_id",
94-
"in": "query",
95-
"required": false,
96-
"schema": {
97-
"anyOf": [
98-
{
99-
"type": "string",
100-
"format": "uuid"
101-
},
102-
{
103-
"type": "null"
104-
}
105-
],
106-
"title": "Project Id"
107-
}
10875
}
10976
],
11077
"responses": {
@@ -379,17 +346,6 @@
379346
"title": "CreditTransactionCreated",
380347
"description": "Response Create Credit Transaction V1 Credit Transactions Post"
381348
},
382-
"CreditTransactionStatus": {
383-
"type": "string",
384-
"enum": [
385-
"PENDING",
386-
"BILLED",
387-
"IN_DEBT",
388-
"NOT_BILLED",
389-
"REQUIRES_MANUAL_REVIEW"
390-
],
391-
"title": "CreditTransactionStatus"
392-
},
393349
"HTTPValidationError": {
394350
"properties": {
395351
"detail": {

services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5181,6 +5181,8 @@ paths:
51815181
schema:
51825182
anyOf:
51835183
- type: number
5184+
exclusiveMaximum: true
5185+
maximum: 0.0
51845186
- type: string
51855187
title: Amount
51865188
responses:

0 commit comments

Comments
 (0)