From c87e686ca2224b202dcf4da5b6cc25dfa43c72d8 Mon Sep 17 00:00:00 2001 From: kodumbeats Date: Wed, 22 Sep 2021 21:29:56 -0400 Subject: [PATCH] Fix createUrlAttribute description --- app/controllers/api/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/database.php b/app/controllers/api/database.php index a031888ce1..0451287a2a 100644 --- a/app/controllers/api/database.php +++ b/app/controllers/api/database.php @@ -785,7 +785,7 @@ App::post('/v1/database/collections/:collectionId/attributes/ip') }); App::post('/v1/database/collections/:collectionId/attributes/url') - ->desc('Create IP Address Attribute') + ->desc('Create URL Attribute') ->groups(['api', 'database']) ->label('event', 'database.attributes.create') ->label('scope', 'collections.write')