template-backend/src/ApiDomain/Schema/External/Authentication/RegisterUser/response.json
2025-01-02 00:04:43 +01:00

11 lines
164 B
JSON

{
"description": "Successfully created the registration",
"content": {
"application/json": {
"schema": {
"type": "string"
}
}
}
}