1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

Fix createUrlAttribute description

This commit is contained in:
kodumbeats 2021-09-22 21:29:56 -04:00
parent 1b76219f6f
commit c87e686ca2

View file

@ -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')