diff --git a/openapi/openapi_spec.json b/openapi/openapi_spec.json index 2bce9585fdf4..18d93628aaa4 100644 --- a/openapi/openapi_spec.json +++ b/openapi/openapi_spec.json @@ -2911,12 +2911,10 @@ "properties": { "blik": { "type": "object", - "required": [ - "blik_code" - ], "properties": { "blik_code": { - "type": "string" + "type": "string", + "nullable": true } } }