RepositoryGroupService Resource

POST /repositoryGroupService/addRepositoryGroup

Request Body
media type data type
application/json RepositoryGroup (JSON)
application/xml repositoryGroup (XML)
Response Body
media type data type
application/json boolean (JSON)
application/xml boolean (XML)
text/plain (custom)

GET /repositoryGroupService/addRepositoryToGroup

Request Parameters
name type description default
repositoryGroupId query n/a
repositoryId query n/a
Response Body
media type data type
application/json boolean (JSON)
application/xml boolean (XML)
text/plain (custom)

GET /repositoryGroupService/addRepositoryToGroup

Request Parameters
name type description default
repositoryGroupId query n/a
repositoryId query n/a
Response Body
media type data type
application/json boolean (JSON)
application/xml boolean (XML)
text/plain (custom)

GET /repositoryGroupService/deleteRepositoryGroup/{repositoryGroupId}

Request Parameters
name type description default
repositoryGroupId path n/a
Response Body
media type data type
application/json boolean (JSON)
application/xml boolean (XML)
text/plain (custom)

GET /repositoryGroupService/getRepositoriesGroups

Response Body
media type data type
application/json array of RepositoryGroup (JSON)
application/xml list of repositoryGroup (XML)

GET /repositoryGroupService/getRepositoryGroup/{repositoryGroupId}

Request Parameters
name type description default
repositoryGroupId path n/a
Response Body
media type data type
application/json RepositoryGroup (JSON)
application/xml repositoryGroup (XML)

POST /repositoryGroupService/updateRepositoryGroup

Request Body
media type data type
application/json RepositoryGroup (JSON)
application/xml repositoryGroup (XML)
Response Body
media type data type
application/json boolean (JSON)
application/xml boolean (XML)
text/plain (custom)