This commit is contained in:
stephb9959
2021-08-18 08:42:10 -07:00
parent 2d81f18bf0
commit 97f66fbc37
10 changed files with 138 additions and 29 deletions

View File

@@ -120,7 +120,7 @@ getroot() {
}
setroot() {
payload="{ \"name\" : \"Arilia Root\", \"description\" ; \"This is the top level entry in the hierarchy.\" }";
payload="{ \"name\" : \"Arilia Root\", \"description\" : \"This is the top level entry in the hierarchy.\" }";
curl ${FLAGS} -X POST "https://${OWPROV}/api/v1/entity/0000-0000-0000" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer ${token}" \