Update desc

This commit is contained in:
Khushboo Verma
2024-10-27 15:32:29 +01:00
parent 77a70cad71
commit e7e1cfa12e
+1 -1
View File
@@ -383,7 +383,7 @@ App::get('/v1/proxy/subdomains')
->label('sdk.response.code', Response::STATUS_CODE_OK)
->label('sdk.response.type', Response::CONTENT_TYPE_JSON)
->label('sdk.response.model', Response::MODEL_NONE)
->param('resourceType', null, new WhiteList(['function', 'site']), 'Action definition for the rule. Possible values are "api", "function" and "site"')
->param('resourceType', null, new WhiteList(['function', 'site']), 'Action definition for the rule. Possible values are "function" and "site"')
->param('subdomain', '', new Text(256), 'Subdomain name.')
->inject('response')
->inject('dbForConsole')