blob: b2d7adc926c669210a25ef28031bc2259fcd5eb5 [file] [log] [blame]
Scott Baker5a35beb2016-04-28 16:57:06 -07001#!/bin/bash
2
3source ./config.sh
4
5SITE_ID=1
6USER_ID=1
7
8DATA=$(cat <<EOF
9{"name": "mysite_test1",
10 "site": $SITE_ID,
11 "creator": $USER_ID
12}
13EOF
14)
15
16curl -H "Accept: application/json; indent=4" -H "Content-Type: application/json" -u $AUTH -X POST -d "$DATA" $HOST/xos/slices/?no_hyperlinks=1