etapi improvements and more tests

This commit is contained in:
zadam
2022-01-12 19:32:23 +01:00
parent 42e85aefdc
commit 28df5d4aa2
36 changed files with 449 additions and 335 deletions

View File

@@ -25,7 +25,7 @@ Content-Type: application/json
"type": "label",
"name": "mylabel",
"value": "val",
"isInheritable": "true"
"isInheritable": true
}
> {% client.global.set("createdAttributeId", response.body.attributeId); %}
@@ -61,7 +61,7 @@ Content-Type: application/json
> {%
client.assert(response.status === 400);
client.assert(response.body.code == "PROPERTY_NOT_ALLOWED_FOR_PATCH");
client.assert(response.body.code == "PROPERTY_NOT_ALLOWED");
%}
###