Skip to content

Instantly share code, notes, and snippets.

@wkalt
Created August 18, 2014 17:39
Show Gist options
  • Save wkalt/29c97f8e8c704e8890d6 to your computer and use it in GitHub Desktop.
Save wkalt/29c97f8e8c704e8890d6 to your computer and use it in GitHub Desktop.
MASTER
curl -X GET http://localhost:8080/v4/facts/trusted
[ {
"value" : {
"authenticated" : "remote",
"certname" : "mbp.local"
},
"name" : "trusted",
"environment" : "production",
"certname" : "mbp.local"
} ]
PATCH
[ {
"value" : {
"authenticated" : "remote",
"certname" : "mbp.local",
"extensions" : { }
},
"name" : "trusted",
"environment" : "production",
"certname" : "mbp.local"
} ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment