Skip to content

Unsupported - 405

This type of error is currently only specific to Plugins and occurs when a Non-MQTT plugin type is requested to complete a MQTT plugin specific operation.

Example of a Not Found response:

{
    "title": "Plugin type is not supported.",
    "status": 405,
    "detail": "The requested plugin does not support this operation.",    
}
Title Detail
Plugin type does not support this operation Only MQTT plugins support creating, updating and deleting users. Please ensure you're plugin is the correct type.