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"
}
}
}

View File

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

View File

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