/repo_groups/{groupId}
Mount Point: /service/local/repo_groups/{groupId}
The following operations are supported on this resource:
GET
Get the details of an existing repository group.
Parameters
| name | description | type | default |
|---|---|---|---|
| groupId | The group id to retrieve details for. | path |
Response Body
| element: | repo-group |
| media types: | application/xml application/json |
(no documentation provided)
PUT
Update details of an existing repository group.
Parameters
| name | description | type | default |
|---|---|---|---|
| groupId | The group id to to update. | path |
Request Body
| element: | repo-group |
| media types: | application/xml application/json |
(no documentation provided)
Response Body
| element: | repo-group |
| media types: | application/xml application/json |
(no documentation provided)
DELETE
Delete an existing repository group.
Parameters
| name | description | type | default |
|---|---|---|---|
| groupId | The group id to delete. | path |