1
0
Fork 0
mirror of synced 2024-07-01 04:30:59 +12:00

Fix account target route not added to specs

This commit is contained in:
Jake Barnby 2024-01-17 22:21:15 +13:00
parent 47c4272686
commit 58f87ef27f
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C
5 changed files with 4 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -3243,7 +3243,6 @@ App::put('/v1/account/targets/:targetId/push')
->label('sdk.response.code', Response::STATUS_CODE_OK)
->label('sdk.response.type', Response::CONTENT_TYPE_JSON)
->label('sdk.response.model', Response::MODEL_TARGET)
->label('docs', false)
->param('targetId', '', new UID(), 'Target ID.')
->param('identifier', '', new Text(Database::LENGTH_KEY), 'The target identifier (token, email, phone etc.)')
->inject('queueForEvents')