From 2a4bc3741c44d0d7875e5e49de624c0c844bfe3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Sabat=C3=A9?= Date: Wed, 22 Jul 2020 00:23:26 +0800 Subject: [PATCH] Fixed filter name, it was improperly set. --- products/pubsub/api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/pubsub/api.yaml b/products/pubsub/api.yaml index 3f1458450a5b..d3f8e202d5f3 100644 --- a/products/pubsub/api.yaml +++ b/products/pubsub/api.yaml @@ -245,7 +245,7 @@ objects: A duration in seconds with up to nine fractional digits, terminated by 's'. Example - "3.5s". - !ruby/object:Api::Type::String - name: 'name' + name: 'filter' required: false description: | The subscription only delivers the messages that match the filter.