Swagger/Lang additions

This commit is contained in:
Jamie Curnow
2023-01-14 09:50:32 +10:00
parent 456c59c746
commit ba138581e1
6 changed files with 18 additions and 9 deletions

View File

@ -77,6 +77,9 @@
},
"error_message": {
"type": "string"
},
"user": {
"$ref": "#/components/schemas/UserObject"
}
}
}