mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 18:36:51 +00:00
tweaked the json boolean string "true" --> True
This commit is contained in:
parent
0c8de3de63
commit
3e58fa4cdd
@ -63,7 +63,7 @@ class IndexView(LoginRequiredMixin, FormView):
|
||||
"parameters":[{
|
||||
"name":"body",
|
||||
"in":"body",
|
||||
"required":"true",
|
||||
"required":True,
|
||||
"schema":{
|
||||
"$ref":"#/definitions/user"
|
||||
}
|
||||
@ -144,7 +144,7 @@ class IndexView(LoginRequiredMixin, FormView):
|
||||
"parameters":[{
|
||||
"name":"body",
|
||||
"in":"body",
|
||||
"required":"true",
|
||||
"required":True,
|
||||
"schema":{
|
||||
"$ref":"#/definitions/user"
|
||||
}
|
||||
@ -255,7 +255,7 @@ class IndexView(LoginRequiredMixin, FormView):
|
||||
"userId":{
|
||||
"name":"userId",
|
||||
"in":"path",
|
||||
"required":"true",
|
||||
"required":True,
|
||||
"type":"string",
|
||||
"description":"user ID"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user