Groups resouce

Update group - Update group v1

OVERVIEW

Request

PUT /groups/{id}

Group object (xml or json) must be posted for updating group with PUT method, groupid must be provided here. Response will contain unique id and appropriate message if group updated successfully in system. Response will also provide URL of that group

Request XML

<group>

<name>HighQ solutions</name>

<description>HighQ solutions India</description>

<guid>GRP100</guild>

</group>

Response

2xx or 3xx in case of success, 4xx or 5xx in case of failure.

Body content in case of failure

<error>

            <ref> Error reference code in at which full stack trace can be obtained</ref>

           <summery> Details for the error </summery>

          <atom:link rel="self" href="…/errors/200" />  // returns the full strack trace and other details for why the error happened

</error> 

Comments


0 Comments

Last Updated: Jun 09,2023