You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the rest api plugin and we are trying to set affiliations at a chatroom but the PUT endpoint (restapi/v1/chatrooms/{roomName}/{affiliation: (admins|members|outcasts|owners)}) returns a bad request response when we send an array of usernames:
Seems that it's necessary indicate how to distinguish what child class of AffiliatedEntities has to be created.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello there,
We are using the rest api plugin and we are trying to set affiliations at a chatroom but the PUT endpoint (restapi/v1/chatrooms/{roomName}/{affiliation: (admins|members|outcasts|owners)}) returns a bad request response when we send an array of usernames:
Seems that it's necessary indicate how to distinguish what child class of AffiliatedEntities has to be created.
Thanks in advance
The text was updated successfully, but these errors were encountered: