Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For details on security (the authorization header) and the URI syntax (port, context, etc.), see Registry REST API.

 

Copy resource

AttributesValues

HTTP Method                

POST
Request URI/copy?path={ resource path }&destination={ target path}
HTTP Request HeaderAuthorization: Basic { base64encoded(username:password) }
DescriptionCopy resouce to target path
Response Typeapplication/json
ResponseHTTP 204 No Content.

...