updated openApi.json
Some checks failed
build and deploy portfolio / build (push) Failing after 14s
build and deploy portfolio / publish-docs (push) Has been skipped
build and deploy portfolio / publish-portfolio (push) Has been skipped

This commit is contained in:
darius 2025-02-23 14:41:30 +01:00
parent 97a7884c8b
commit 0fd33680bf

View File

@ -18,17 +18,13 @@
}, },
"portfolio_api_types_LoginUser": { "portfolio_api_types_LoginUser": {
"properties": { "properties": {
"Email": { "email": {
"type": "string" "type": "string"
}, },
"Password": { "password": {
"type": "string" "type": "string"
} }
}, },
"required": [
"Email",
"Password"
],
"type": "object" "type": "object"
}, },
"portfolio_api_types_Project": { "portfolio_api_types_Project": {
@ -594,3 +590,11 @@
} }
} }
} }
: {
"description": ""
}
}
}
}
}
}