Skip to main content

morio.api.clients.invalid_invite_type

Invalid client invite type - The client invite type you requested is invalid. It should be one of either “once” or “many”.

Example response

{
"type": "https://morio.it/docs/reference/errors/morio.api.clients.invalid_invite_type",
"status": 400,
"title": "Invalid client invite type",
"detail": "The client invite type you requested is invalid. It should be one of either \"once\" or \"many\"."
}