"doc":"Verify that PATCH HTTP requests can be done with \"application/merge-patch+json\" as Content-Type",
"tags":[
"6_3_4",
"ea-partial-update"
],
"setup":null,
"teardown":"Delete Entity by Id",
"template":null,
"then":"then {\n the SUT sends a valid Response containing:\n Response Status Code set to 204\n}",
"when":"when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/entities/{entityId}/attrs/{attributeId}'\n method set to 'PATCH'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'vehicle-simple-attributes-sample.jsonld'",
"doc":"Verify that PATCH HTTP requests can be done with \"application/merge-patch+json\" as Content-Type",
"tags":[
"6_3_4",
"sub-update"
],
"setup":null,
"teardown":"Delete Subscription",
"template":null,
"then":"then {\n the SUT sends a valid Response containing:\n Response Status Code set to 204\n}",
"when":"when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/subscriptions/{subscription_id}'\n method set to 'PATCH'\n Request Header['Content-Type'] set to 'application/ld+json' and\n payload defined in file: 'subscriptions/subscription-sample.jsonld'",