...
For details on security (the authorization header) and the URI syntax (port, context, etc.), see Registry REST API.
Copy resource
Attributes | Values |
---|---|
HTTP Method | POST |
Request URI | /copy?path={ resource path }&destination={ target path} |
HTTP Request Header | Authorization: Basic { base64encoded(username:password) } |
Description | Copy resouce to target path |
Response Type | application/json |
Response | HTTP 204 No Content. |
...