Skip to content

Commit

Permalink
Add links to files in README
Browse files Browse the repository at this point in the history
  • Loading branch information
siqi_lin committed Jun 4, 2015
1 parent 37c181e commit bfd1374
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions create-site/cURL/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Equivalent Action in Console

Click on the Main Menu -> Tools -> Create Custom Site.

Explanation of `site.xml`
Explanation of [`site.xml`](site.xml)
====

Starts with the `CustomSite` tag.
Expand All @@ -12,19 +12,19 @@ Starts with the `CustomSite` tag.
* Description - (Optional, defaults to empty string) (Permissible Values: any string) Description about new Site
* Domain - (Optional) (Permissible Values: any 4 alphanumeric characters)
* GlobalReadPermission - (Optional) (Permissible Values: true, false)
* Subscriptions (Optional)
* Subscriptions - (Optional)
* Mode - (Permissible Values: All, None, AdHoc, Custom)
* CustomGroup (Optional)
* CustomGroup - (Optional)
* Attribute JoinByIntersection - (Permissible Values: true, false)
* SearchComponentRelevance
* Attribute Comparison - (Permissible Values: IsTrue, IsFalse)
* Relevance - (Permissible Values: any relevance expression)
* SiteRelevance - (Optional) (Permissible Values: any string)

Usage
---

This command will POST the file `site.xml` to the server to create the new CustomSite contained in `site.xml`.
This command will POST the file [`site.xml`](site.xml) to the server to create the new CustomSite contained in `site.xml`.

curl -X POST --data-binary @site.xml --user username:password https://server:port/api/sites

Expand Down

0 comments on commit bfd1374

Please sign in to comment.