RepositoryRoutePlexusResource
Handles GET, PUT, DELETE for Repository route resources.
The following resources are part of this group:
/repo_routes/{routeId}
Mount Point: /rest/repo_routes/{routeId}
The following operations are supported on this resource:
GET
Get the details of a repository route.
Parameters
name | description | type | default |
---|---|---|---|
routeId | The repository route to access. | path |
Response Body
element: | repo-route |
media types: | application/xml application/json |
(no documentation provided)
PUT
Update an existing repository route.
Parameters
name | description | type | default |
---|---|---|---|
routeId | The repository route to access. | path |
Request Body
element: | repo-route |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | repo-route |
media types: | application/xml application/json |
(no documentation provided)
DELETE
Delete an existing repository route.
Parameters
name | description | type | default |
---|---|---|---|
routeId | The repository route to access. | path |