diff --git a/definitions/draco_rest/functions/rest_control_respond.proto.json b/definitions/draco_rest/functions/rest_control_respond.proto.json index b2bb619..79dfdf5 100644 --- a/definitions/draco_rest/functions/rest_control_respond.proto.json +++ b/definitions/draco_rest/functions/rest_control_respond.proto.json @@ -81,7 +81,7 @@ "content": "Sends response with status ${http_status_code} and payload ${payload}" } ], - "displayIcon": "tabler:cube-sent", + "displayIcon": "tabler:cube-send", "signature": "(http_status_code: HTTP_STATUS_CODE, headers: OBJECT<{}>, payload: T): void", "linkedDataTypeIdentifiers": [ "HTTP_STATUS_CODE", diff --git a/definitions/draco_rest/module.json b/definitions/draco_rest/module.json index 663b441..b1ace6e 100644 --- a/definitions/draco_rest/module.json +++ b/definitions/draco_rest/module.json @@ -14,5 +14,5 @@ ], "documentation": "", "author": "CodeZero", - "icon": "tabler:cube-sent" + "icon": "tabler:cube-send" } diff --git a/definitions/draco_rest/runtime_functions/rest_control_respond.proto.json b/definitions/draco_rest/runtime_functions/rest_control_respond.proto.json index 728fa50..e6671e2 100644 --- a/definitions/draco_rest/runtime_functions/rest_control_respond.proto.json +++ b/definitions/draco_rest/runtime_functions/rest_control_respond.proto.json @@ -80,7 +80,7 @@ "content": "Sends response with status ${http_status_code} and payload ${payload}" } ], - "displayIcon": "tabler:cube-sent", + "displayIcon": "tabler:cube-send", "signature": "(http_status_code: HTTP_STATUS_CODE, headers: OBJECT<{}>, payload: T): void", "linkedDataTypeIdentifiers": [ "HTTP_STATUS_CODE",