XQ-Message-Inc / pysdk-core

A Python Implementation of XQ Message SDK (V.2) which provides convenient access to the XQ Message API.
12 stars 0 forks source link

/usergroup does not support full CRUD #23

Closed mediocretech closed 2 years ago

mediocretech commented 2 years ago

API does not currently allow for DELETE, PATCH, or PUT on https://dashboard.xqmsg.net/v2/usergroup

HTTP method not allowed, supported methods: OPTIONS, POST, GET
worstestes commented 2 years ago

This issue seems to be confimred -- It seems we can create and read user groups, but not edit/delete them via the XQ API. We're looking into this issue.

mediocretech commented 2 years ago

PATCH implementation was incorrect, corrected by https://github.com/XQ-Message-Inc/python-sdk/pull/28