diff options
Diffstat (limited to '3 Resources/sysapi/patch_vps.sh')
-rwxr-xr-x | 3 Resources/sysapi/patch_vps.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3 Resources/sysapi/patch_vps.sh b/3 Resources/sysapi/patch_vps.sh new file mode 100755 index 0000000..63b181b --- /dev/null +++ b/3 Resources/sysapi/patch_vps.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env nix-shell +#! nix-shell -i bash -p curl + +curl -X PATCH -d @enable_vps.json -n https://systemsapi.one.com/v3/brands/test.groupone.dev/clusters/c0efmoghy/services/vps + |