File tree Expand file tree Collapse file tree 2 files changed +2
-44
lines changed
web/server/src/simcore_service_webserver/api/v0 Expand file tree Collapse file tree 2 files changed +2
-44
lines changed Original file line number Diff line number Diff line change 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" : {
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" : {
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments