Skip to content

Commit

Permalink
Merge pull request #14 from TACC-Cloud/doc_changes
Browse files Browse the repository at this point in the history
Update introduction.rst
  • Loading branch information
BranRitz committed Feb 27, 2019
2 parents a352584 + d77ebfb commit 5895bcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/agave/guides/files/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ Copying files and directories
curl -sk -H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-X POST \
-X PUT \
--data-binary '{"action":"copy","path":"$DESTPATH"}' \
https://api.tacc.utexas.edu/files/v2/media/system/api.tacc.cloud/$PATH
|
Expand Down Expand Up @@ -594,7 +594,7 @@ Moving files and directories
curl -sk -H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-X POST \
-X PUT \
--data-binary '{"action":"move","path":"$DESTPATH"}' \
https://api.tacc.utexas.edu/files/v2/media/system/api.tacc.cloud/$PATH
|
Expand All @@ -620,7 +620,7 @@ Renaming files and directories
curl -sk -H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-X POST \
-X PUT \
--data-binary '{"action":"rename","path":"$NEWNAME"}' \
https://api.tacc.utexas.edu/files/v2/media/system/api.tacc.cloud/$PATH
|
Expand All @@ -646,7 +646,7 @@ Creating a new directory
curl -sk -H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-X POST \
-X PUT \
--data-binary '{"action":"mkdir","path":"$NEWDIR"}' \
https://api.tacc.utexas.edu/files/v2/media/system/api.tacc.cloud/$PATH
|
Expand Down

0 comments on commit 5895bcc

Please sign in to comment.