You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Maxim Solodovnik (JIRA)" <ji...@apache.org> on 2018/04/10 14:55:01 UTC

[jira] [Closed] (OPENMEETINGS-1840) Add Group in Room

     [ https://issues.apache.org/jira/browse/OPENMEETINGS-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Solodovnik closed OPENMEETINGS-1840.
------------------------------------------

> Add Group in Room
> -----------------
>
>                 Key: OPENMEETINGS-1840
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1840
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: SOAP/REST API
>    Affects Versions: 4.0.2
>            Reporter: Tushar Shinde
>            Assignee: Maxim Solodovnik
>            Priority: Major
>             Fix For: 4.0.3
>
>
> Heading: Add Group in API
> as given group API -
> @Path(value="/{id}/rooms/add/{roomId}")
> public ServiceResult addRoom(@QueryParam(value="sid")
>                                                                             String sid,
>                                                                             @PathParam(value="id")
>                                                                             Long id,
>                                                                             @PathParam(value="roomid")
>                                                                             Long roomid)
> I execute this -
> url://group/4/rooms/add/55?sid=78d44e7a-e47e-4b90-b4fb-112b415c7cb6
> For Every GroupID or RoomID it will give message Not Added.
> What is the requirement to execute this API or how to add room in group through API calls.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)