Skip to content

Commit 6d12ab8

Browse files
authored
Update schemas.js
1 parent b44c388 commit 6d12ab8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/routes/swagger/schemas.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,12 @@ Object.assign(schemas.notificationCreate.properties, {
230230
project: {
231231
type: 'string',
232232
format: 'uuid',
233-
description: 'ident of project that user or user group want to be notified',
233+
description: 'ident of project for which user or user group want to be notified',
234234
},
235235
template: {
236236
type: 'string',
237237
format: 'uuid',
238-
description: 'ident of template that user or user group want to be notified',
238+
description: 'ident of template for which user or user group want to be notified',
239239
},
240240
});
241241

0 commit comments

Comments
 (0)