Versions Compared

Key

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

...

Attributesvalues
HTTP MethodPUT
Request URI/artifact{ complete path of the collection to be added }
HTTP Request Header

Authorization: Basic { base64encoded(username:password) }

MediaContent-Type: application/atomcoll+xml

Sample requestcurl -v -k -X PUT -H "Authorization: Basic YWRtaW46YWRtaW4=" -H "Content-Type: application/atomcoll+xml" -d "https://localhost:9443/resource/1.0.0/artifact/_system/governance/permission/applications/TestSP/TestCol"
ResponseHTTP 204 No Content
Response typeapplication/json
DescriptionIt adds the specified collection if doesn't exist.

...