/repositories/{repositoryId}
Mount Point: /service/local/repositories/{repositoryId}
The following operations are supported on this resource:
GET
Get the configuration of an existing repository.
Parameters
name | description | type | default |
---|---|---|---|
repositoryId | The repository to access. | path |
Response Body
element: | repository |
media types: | application/xml application/json |
(no documentation provided)
PUT
Update an existing repository in nexus with new configuration.
Parameters
name | description | type | default |
---|---|---|---|
repositoryId | The repository to access. | path |
Request Body
element: | repository |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | repository |
media types: | application/xml application/json |
(no documentation provided)
DELETE
Delete an existing repository from nexus.
Parameters
name | description | type | default |
---|---|---|---|
repositoryId | The repository to access. | path |