Versions Compared

Key

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

...

Code Block
$ curl -u"user:password" -XPOST \
http://localhost:8080/rest/spaces3documents/1.0/utility/attach/documents \
-H "Content-Type: application/json" --data "'{\"spaceKey\":\"SWTEST\",\"documentKey\": \
\"test2/README\"}"'
{"status":17,"message":"[Info] Space S3 Document has been attached."}
$

...